Skip to content

Commit 28509b8

Browse files
puredangerstuarthalloway
authored andcommitted
changelog updates for 1.7.0-alpha4
Signed-off-by: Stuart Halloway <[email protected]>
1 parent ee1ec3f commit 28509b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Some related issues addressed during development:
6161
* [CLJ-1497](http://dev.clojure.org/jira/browse/CLJ-1497)
6262
* [CLJ-1549](http://dev.clojure.org/jira/browse/CLJ-1549)
6363
* [CLJ-1537](http://dev.clojure.org/jira/browse/CLJ-1537)
64+
* [CLJ-1554](http://dev.clojure.org/jira/browse/CLJ-1554)
65+
6466

6567
### 1.2 Keyword and Symbol Construction
6668

@@ -148,6 +150,8 @@ Example use:
148150
clojure.core/set should use transients for better performance
149151
* [CLJ-1429](http://dev.clojure.org/jira/browse/CLJ-1429)
150152
Cache unknown multimethod value default dispatch
153+
* [CLJ-1529](http://dev.clojure.org/jira/browse/CLJ-1529)
154+
Reduce compile times by avoiding unnecessary calls to Class.forName()
151155

152156
### 2.4 Other enhancements
153157

@@ -163,6 +167,8 @@ Example use:
163167
Don't initialize classes when importing them
164168
* [CLJ-1330](http://dev.clojure.org/jira/browse/CLJ-1330)
165169
Class name clash between top-level functions and defn'ed ones
170+
* [CLJ-1349](http://dev.clojure.org/jira/browse/CLJ-1349)
171+
Update to latest test.generative and add dependency on test.check
166172

167173
## 3 Bug Fixes
168174

@@ -188,6 +194,10 @@ Example use:
188194
Make cached string value of Keyword and Symbol transient
189195
* [CLJ-1466](http://dev.clojure.org/jira/browse/CLJ-1466)
190196
clojure.core/bean should implement Iterable
197+
* [CLJ-1578](http://dev.clojure.org/jira/browse/CLJ-1578)
198+
Make refer of Clojure core function not throw exception on reload
199+
* [CLJ-1501](http://dev.clojure.org/jira/browse/CLJ-1501)
200+
LazySeq equals() should not use equiv() logic
191201

192202
# Changes to Clojure in Version 1.6
193203

0 commit comments

Comments
 (0)