Codebase list clojure / 28b24dd
prepare for 1.2 RC3 Stuart Halloway 13 years ago
2 changed file(s) with 13 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
22 = CONTENTS =
33
44 0 Changes from beta -> RC1 -> RC2
5 0.1 Changes from RC1 to RC2
6 0.2 Changes from beta1 to RC1
5 0.1 Changes from RC2 to RC3
6 0.2 Changes from RC1 to RC2
7 0.3 Changes from beta1 to RC1
78 1 Deprecated and Removed Features
89 1.1 metadata reader macro is now ^
910 2 New/Improved Features in clojure.core
3233
3334 = 0 Changes from beta1 -> RC1 -> RC2
3435
35 = 0.1 Changes from RC1 to RC2
36 = 0.1 Changes from RC2 to RC 3
37
38 * #382 underive fixed
39 * #423 future now clears closed-over variables, allowing gc
40 * #404 clojure.java.io: reader and writer work correctly for sockets
41 * #422 fixed corner case in finally blocks where code could execute twice
42
43 = 0.2 Changes from RC1 to RC2
3644
3745 Record/map equality is now symmetric in all cases. There are two
3846 variants:
5462 clojure.lang.MapEquivalence. Note that APersistentMap does this
5563 for you.
5664
57 = 0.2 Changes from beta1 to RC1 =
65 = 0.3 Changes from beta1 to RC1 =
5866
5967 * switch to soft refs for class and keyword cache
6068 * update reify, defprotocol, extend-protocol docstrings (#340)
00 clojure.version.major=1
11 clojure.version.minor=2
22 clojure.version.incremental=0
3 clojure.version.qualifier=RC2
3 clojure.version.qualifier=RC3
44 clojure.version.interim=false