Skip to content

Commit 6dec446

Browse files
prep for 1.2 RC1
1 parent 60d5927 commit 6dec446

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

changes.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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 ^ ==

src/clj/clojure/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
clojure.version.major=1
22
clojure.version.minor=2
33
clojure.version.incremental=0
4-
clojure.version.qualifier=beta1
4+
clojure.version.qualifier=RC1
55
clojure.version.interim=false

0 commit comments

Comments
 (0)