diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2010-10-25 15:06:25 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2010-10-25 15:06:25 -0400 |
commit | be90b81b5650b80c5330231112d61f04444a817a (patch) | |
tree | b4b8b27d802856b3031b92e6de5f02066b1f0dab | |
parent | d9822fc889b77d5cabd29319765fd3a3260c61ac (diff) |
changes for 1.3 alpha 2
-rw-r--r-- | changes.txt | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/changes.txt b/changes.txt index 7b36f567..c45885ab 100644 --- a/changes.txt +++ b/changes.txt @@ -1,11 +1,20 @@ -Changes to Clojure in Version 1.3 Alpha 1 +Changes to Clojure in Version 1.3 Alpha 2 = CONTENTS = - 0 Changes from 1.2 to 1.3 Alpha 1 - 1 About Alpha Releases + 0 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 + 1 Changes from 1.2 to 1.3 Alpha 1 + 2 About Alpha Releases -= 0 Changes from 1.2 to 1.3 Alpha 1 += 0 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 + + * code path for using vars is now *much* faster for the common case, + and you must explicitly ask for :dynamic bindability + * new: clojure.reflect/reflect + http://dev.clojure.org/display/design/Reflection+API + * new: clojure.data/diff + += 1 Changes from 1.2 to 1.3 Alpha 1 * enhanced primitive support (http://dev.clojure.org/display/doc/Enhanced+Primitive+Support) @@ -13,7 +22,7 @@ Changes to Clojure in Version 1.3 Alpha 1 * ancillary namespaces no longer auto-load on startup: clojure.set, clojure.xml, clojure.zip -= 1 About Alpha Releases += 2 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 |