diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2011-05-13 13:35:52 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2011-05-13 13:35:52 -0400 |
commit | b16cd4e864a47683597f6daa072a03382751a0b8 (patch) | |
tree | 87aef9be7cb29a6c9b5d26237358f7f0efe27dbd | |
parent | 8f0c737b228e1b74ad7cdda0936d1a53e4b592e6 (diff) |
changes update
-rw-r--r-- | changes.txt | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/changes.txt b/changes.txt index b1c77ef3..b8ef87a9 100644 --- a/changes.txt +++ b/changes.txt @@ -1,16 +1,24 @@ = CONTENTS = - 0 Changes from 1.3 Alpha 5 to 1.3 Alpha 6 - 1 Changes from 1.3 Alpha 4 to 1.3 Alpha 5 - 2 Changes from 1.3 Alpha 3 to 1.3 Alpha 4 - 3 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 - 4 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 - 5 Changes from 1.2 to 1.3 Alpha 1 - 6 About Alpha Releases + 0 Changes from 1.3 Alpha 6 to 1.3 Alpha 7 + 1 Changes from 1.3 Alpha 5 to 1.3 Alpha 6 + 2 Changes from 1.3 Alpha 4 to 1.3 Alpha 5 + 3 Changes from 1.3 Alpha 3 to 1.3 Alpha 4 + 4 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 + 5 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 + 6 Changes from 1.2 to 1.3 Alpha 1 + 7 About Alpha Releases Issue Tracking: http://dev.clojure.org/jira -= 0 Changes from 1.3 Alpha 5 to 1.3 Alpha 6 (03/11/2011) += 0 Changes from 1.3 Alpha 6 to 1.3 Alpha 7 (05/13/2011) + + * print/read syntax for defrecords (CLJ-374) + * several primitive math improvements: + (CLJ-184, CLJ-784, CLJ-690, CLJ-782) + * case now handles hash collisions (CLJ-426) + += 1 Changes from 1.3 Alpha 5 to 1.3 Alpha 6 (03/11/2011) * improved startup time * several "holding onto head" fixes (CLJ-708) @@ -18,26 +26,26 @@ Issue Tracking: http://dev.clojure.org/jira * fix perf on some numeric overloads (CLJ-380) * detect and report cyclic load dependencies (CLJ-8) -= 1 Changes from 1.3 Alpha 4 to 1.3 Alpha 5 (01/14/2011) += 2 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 -= 2 Changes from 1.3 Alpha 3 to 1.3 Alpha 4 (12/12/2010) += 3 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*) -= 3 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 (11/05/2010) += 4 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 -= 4 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 (10/10/2010) += 5 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 @@ -45,7 +53,7 @@ Issue Tracking: http://dev.clojure.org/jira http://dev.clojure.org/display/design/Reflection+API * new: clojure.data/diff -= 5 Changes from 1.2 to 1.3 Alpha 1 (09/23/2010) += 6 Changes from 1.2 to 1.3 Alpha 1 (09/23/2010) * enhanced primitive support (http://dev.clojure.org/display/doc/Enhanced+Primitive+Support) @@ -53,7 +61,7 @@ Issue Tracking: http://dev.clojure.org/jira * ancillary namespaces no longer auto-load on startup: clojure.set, clojure.xml, clojure.zip -= 6 About Alpha Releases += 7 About Alpha Releases 1.3 is the first release of Clojure that will include a series of alpha builds. We are adding these builds to support maven and |