forked from clojure/clojure
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchanges.txt
50 lines (35 loc) · 1.56 KB
/
changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Changes to Clojure in Version 1.3 Alpha 4
= CONTENTS =
0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4
1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3
2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2
3 Changes from 1.2 to 1.3 Alpha 1
4 About Alpha Releases
= 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4
* normalized unchecked-* fn names
* added *unchecked-math* support
* fixes to binding conveyance (and *agent*)
= 1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3
* fixed filter performance issue introduced in 1.3A2
* with-redefs macro (useful for stubbing)
* print-table
= 2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2
* code path for using vars is now *much* faster for the common case,
and you must explicitly ask for :dynamic bindability
* new: clojure.reflect/reflect
http://dev.clojure.org/display/design/Reflection+API
* new: clojure.data/diff
= 3 Changes from 1.2 to 1.3 Alpha 1
* enhanced primitive support
(http://dev.clojure.org/display/doc/Enhanced+Primitive+Support)
* better exception reporting
* ancillary namespaces no longer auto-load on startup:
clojure.set, clojure.xml, clojure.zip
= 4 About Alpha Releases
1.3 is the first release of Clojure that will include a series of
alpha builds. We are adding these builds to support maven and
leiningen users, who want a specific artifact that they can target (as
opposed to building from master or "moving-target" snapshots).
If you are the kind of person who used to track master by building
from source, but no longer do so because you are using maven or
leiningen, alpha releases are for you.