File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Changes to Clojure in Version 1.2
22
33= CONTENTS =
44
5+ 0 Changes from beta1 to RC1
56 1 Deprecated and Removed Features
67 1.1 metadata reader macro is now ^
78 2 New/Improved Features in clojure.core
@@ -27,7 +28,16 @@ Changes to Clojure in Version 1.2
2728 3.6 clojure.string
2829 4 Functions with Improved Performance
2930 5 Bug Fixes
30-
31+
32+ = 0 Changes from beta1 to RC1 =
33+
34+ * switch to soft refs for class and keyword cache
35+ * update reify, defprotocol, extend-protocol docstrings (#340)
36+ * fix fieldless defrecord corner case (#402)
37+ * sh reads stdout and stderr in parallel
38+ * sh stdin, stdout default to UTF-8 (#413)
39+ * gen-class checks validity of method names (#407)
40+
3141= 1 Deprecated and Removed Features =
3242
3343== 1.1 metadata reader macro is now ^ ==
Original file line number Diff line number Diff line change 11clojure.version.major =1
22clojure.version.minor =2
33clojure.version.incremental =0
4- clojure.version.qualifier =beta1
4+ clojure.version.qualifier =RC1
55clojure.version.interim =false
You can’t perform that action at this time.
0 commit comments