|
1 | | -Changes to Clojure in Version 1.3 Alpha 5 |
2 | | - |
3 | 1 | = CONTENTS = |
4 | 2 |
|
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 |
11 | 10 |
|
12 | 11 | Issue Tracking: http://dev.clojure.org/jira |
13 | 12 |
|
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) |
15 | 22 |
|
16 | 23 | * pprint respects *print-length* |
17 | 24 | * into-array now coerces numeric types |
18 | 25 | * Java's line.separator property for newline |
19 | 26 | * compilation and deployment via Maven |
20 | 27 |
|
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) |
22 | 29 |
|
23 | 30 | * normalized unchecked-* fn names |
24 | 31 | * added *unchecked-math* support |
25 | 32 | * fixes to binding conveyance (and *agent*) |
26 | 33 |
|
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) |
28 | 35 |
|
29 | 36 | * fixed filter performance issue introduced in 1.3A2 |
30 | 37 | * with-redefs macro (useful for stubbing) |
31 | 38 | * print-table |
32 | 39 |
|
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) |
34 | 41 |
|
35 | 42 | * code path for using vars is now *much* faster for the common case, |
36 | 43 | and you must explicitly ask for :dynamic bindability |
37 | 44 | * new: clojure.reflect/reflect |
38 | 45 | http://dev.clojure.org/display/design/Reflection+API |
39 | 46 | * new: clojure.data/diff |
40 | 47 |
|
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) |
42 | 49 |
|
43 | 50 | * enhanced primitive support |
44 | 51 | (http://dev.clojure.org/display/doc/Enhanced+Primitive+Support) |
45 | 52 | * better exception reporting |
46 | 53 | * ancillary namespaces no longer auto-load on startup: |
47 | 54 | clojure.set, clojure.xml, clojure.zip |
48 | 55 |
|
49 | | -= 4 About Alpha Releases |
| 56 | += 6 About Alpha Releases |
50 | 57 |
|
51 | 58 | 1.3 is the first release of Clojure that will include a series of |
52 | 59 | alpha builds. We are adding these builds to support maven and |
|
0 commit comments