summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2011-01-14 10:54:09 -0500
committerStuart Halloway <stu@thinkrelevance.com>2011-01-14 10:54:09 -0500
commit28dd393f4383f2e4906f57daa44cba68917b189b (patch)
treea0ed11a0de03b02320fd18f06f2d6b0d2f45811c
parent15c0f015f723f6c7e8ed3b3c88bb1ecfc01e7980 (diff)
alpha 5 changes
-rw-r--r--changes.txt30
1 files changed, 20 insertions, 10 deletions
diff --git a/changes.txt b/changes.txt
index 8e4240a0..f526ae6e 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,26 +1,36 @@
-Changes to Clojure in Version 1.3 Alpha 4
+Changes to Clojure in Version 1.3 Alpha 5
= CONTENTS =
- 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4
- 1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3
- 2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2
- 3 Changes from 1.2 to 1.3 Alpha 1
- 4 About Alpha Releases
+ 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 5
+ 1 Changes from 1.3 Alpha 3 to 1.3 Alpha 4
+ 2 Changes from 1.3 Alpha 2 to 1.3 Alpha 3
+ 3 Changes from 1.3 Alpha 1 to 1.3 Alpha 2
+ 4 Changes from 1.2 to 1.3 Alpha 1
+ 5 About Alpha Releases
-= 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4
+Issue Tracking: http://dev.clojure.org/jira
+
+= 0 Changes from 1.3 Alpha 4 to 1.3 Alpha 5 (01/14/2011)
+
+ * pprint respects *print-length*
+ * into-array now coerces numeric types
+ * Java's line.separator property for newline
+ * compilation and deployment via Maven
+
+= 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4 (12/12/2010)
* normalized unchecked-* fn names
* added *unchecked-math* support
* fixes to binding conveyance (and *agent*)
-= 1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3
+= 1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 (11/05/2010)
* fixed filter performance issue introduced in 1.3A2
* with-redefs macro (useful for stubbing)
* print-table
-= 2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2
+= 2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 (10/10/2010)
* code path for using vars is now *much* faster for the common case,
and you must explicitly ask for :dynamic bindability
@@ -28,7 +38,7 @@ Changes to Clojure in Version 1.3 Alpha 4
http://dev.clojure.org/display/design/Reflection+API
* new: clojure.data/diff
-= 3 Changes from 1.2 to 1.3 Alpha 1
+= 3 Changes from 1.2 to 1.3 Alpha 1 (09/23/2010)
* enhanced primitive support
(http://dev.clojure.org/display/doc/Enhanced+Primitive+Support)