Skip to content

Commit ab97e4b

Browse files
release notes
1 parent 9146b49 commit ab97e4b

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

changes.txt

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,59 @@
1-
Changes to Clojure in Version 1.3 Alpha 5
2-
31
= CONTENTS =
42

5-
0 Changes from 1.3 Alpha 3 to 1.3 Alpha 5
6-
1 Changes from 1.3 Alpha 3 to 1.3 Alpha 4
7-
2 Changes from 1.3 Alpha 2 to 1.3 Alpha 3
8-
3 Changes from 1.3 Alpha 1 to 1.3 Alpha 2
9-
4 Changes from 1.2 to 1.3 Alpha 1
10-
5 About Alpha Releases
3+
0 Changes from 1.3 Alpha 5 to 1.3 Alpha 6
4+
1 Changes from 1.3 Alpha 4 to 1.3 Alpha 5
5+
2 Changes from 1.3 Alpha 3 to 1.3 Alpha 4
6+
3 Changes from 1.3 Alpha 2 to 1.3 Alpha 3
7+
4 Changes from 1.3 Alpha 1 to 1.3 Alpha 2
8+
5 Changes from 1.2 to 1.3 Alpha 1
9+
6 About Alpha Releases
1110

1211
Issue Tracking: http://dev.clojure.org/jira
1312

14-
= 0 Changes from 1.3 Alpha 4 to 1.3 Alpha 5 (01/14/2011)
13+
= 0 Changes from 1.3 Alpha 5 to 1.3 Alpha 6 (03/11/2011)
14+
15+
* improved startup time
16+
* several "holding onto head" fixes (CLJ-708)
17+
* internal keyword map uses weak refs
18+
* fix perf on some numeric overloads (CLJ-380)
19+
* detect and report cyclic load dependencies (CLJ-8)
20+
21+
= 1 Changes from 1.3 Alpha 4 to 1.3 Alpha 5 (01/14/2011)
1522

1623
* pprint respects *print-length*
1724
* into-array now coerces numeric types
1825
* Java's line.separator property for newline
1926
* compilation and deployment via Maven
2027

21-
= 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4 (12/12/2010)
28+
= 2 Changes from 1.3 Alpha 3 to 1.3 Alpha 4 (12/12/2010)
2229

2330
* normalized unchecked-* fn names
2431
* added *unchecked-math* support
2532
* fixes to binding conveyance (and *agent*)
2633

27-
= 1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 (11/05/2010)
34+
= 3 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 (11/05/2010)
2835

2936
* fixed filter performance issue introduced in 1.3A2
3037
* with-redefs macro (useful for stubbing)
3138
* print-table
3239

33-
= 2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 (10/10/2010)
40+
= 4 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 (10/10/2010)
3441

3542
* code path for using vars is now *much* faster for the common case,
3643
and you must explicitly ask for :dynamic bindability
3744
* new: clojure.reflect/reflect
3845
http://dev.clojure.org/display/design/Reflection+API
3946
* new: clojure.data/diff
4047

41-
= 3 Changes from 1.2 to 1.3 Alpha 1 (09/23/2010)
48+
= 5 Changes from 1.2 to 1.3 Alpha 1 (09/23/2010)
4249

4350
* enhanced primitive support
4451
(http://dev.clojure.org/display/doc/Enhanced+Primitive+Support)
4552
* better exception reporting
4653
* ancillary namespaces no longer auto-load on startup:
4754
clojure.set, clojure.xml, clojure.zip
4855

49-
= 4 About Alpha Releases
56+
= 6 About Alpha Releases
5057

5158
1.3 is the first release of Clojure that will include a series of
5259
alpha builds. We are adding these builds to support maven and

0 commit comments

Comments
 (0)