summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2010-09-23 13:13:08 -0400
committerStuart Halloway <stu@thinkrelevance.com>2010-09-23 13:13:08 -0400
commit547b77542415c036c631b3b2f11b53ef2229de1c (patch)
treed1f66a45d8a20fb622a386426e7363cf9f33afcf
parent5933def7f8dcacae4daf1373398a155751a3cd8b (diff)
changes
-rw-r--r--changes.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
new file mode 100644
index 00000000..7b36f567
--- /dev/null
+++ b/changes.txt
@@ -0,0 +1,27 @@
+Changes to Clojure in Version 1.3 Alpha 1
+
+= CONTENTS =
+
+ 0 Changes from 1.2 to 1.3 Alpha 1
+ 1 About Alpha Releases
+
+= 0 Changes from 1.2 to 1.3 Alpha 1
+
+ * enhanced primitive support
+ (http://dev.clojure.org/display/doc/Enhanced+Primitive+Support)
+ * better exception reporting
+ * ancillary namespaces no longer auto-load on startup:
+ clojure.set, clojure.xml, clojure.zip
+
+= 1 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
+leiningen users, who want a specific artifact that they can target (as
+opposed to building from master or "moving-target" snapshots).
+
+If you are the kind of person who used to track master by building
+from source, but no longer do so because you are using maven or
+leiningen, alpha releases are for you.
+
+