@@ -3,8 +3,9 @@ Changes to Clojure in Version 1.2
33= CONTENTS =
44
55 0 Changes from beta -> RC1 -> RC2
6- 0.1 Changes from RC1 to RC2
7- 0.2 Changes from beta1 to RC1
6+ 0.1 Changes from RC2 to RC3
7+ 0.2 Changes from RC1 to RC2
8+ 0.3 Changes from beta1 to RC1
89 1 Deprecated and Removed Features
910 1.1 metadata reader macro is now ^
1011 2 New/Improved Features in clojure.core
@@ -33,7 +34,14 @@ Changes to Clojure in Version 1.2
3334
3435= 0 Changes from beta1 -> RC1 -> RC2
3536
36- = 0.1 Changes from RC1 to RC2
37+ = 0.1 Changes from RC2 to RC 3
38+
39+ * #382 underive fixed
40+ * #423 future now clears closed-over variables, allowing gc
41+ * #404 clojure.java.io: reader and writer work correctly for sockets
42+ * #422 fixed corner case in finally blocks where code could execute twice
43+
44+ = 0.2 Changes from RC1 to RC2
3745
3846Record/map equality is now symmetric in all cases. There are two
3947variants:
@@ -55,7 +63,7 @@ Possible impacts for your programs:
5563 clojure.lang.MapEquivalence. Note that APersistentMap does this
5664 for you.
5765
58- = 0.2 Changes from beta1 to RC1 =
66+ = 0.3 Changes from beta1 to RC1 =
5967
6068 * switch to soft refs for class and keyword cache
6169 * update reify, defprotocol, extend-protocol docstrings (#340)
0 commit comments