Skip to content

Commit ecaa6f6

Browse files
puredangerstuarthalloway
authored andcommitted
1.7.0-beta3 changes
Signed-off-by: Stuart Halloway <[email protected]>
1 parent 952c54f commit ecaa6f6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

changes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Some related issues addressed during development:
7171
* [CLJ-1635](http://dev.clojure.org/jira/browse/CLJ-1635)
7272
* [CLJ-1683](http://dev.clojure.org/jira/browse/CLJ-1683)
7373
* [CLJ-1669](http://dev.clojure.org/jira/browse/CLJ-1669)
74+
* [CLJ-1723](http://dev.clojure.org/jira/browse/CLJ-1723)
7475

7576
### 1.2 Reader Conditionals
7677

@@ -128,6 +129,7 @@ http://dev.clojure.org/display/design/Reader+Conditionals
128129
* [CLJ-1698](http://dev.clojure.org/jira/browse/CLJ-1698)
129130
* [CLJ-1699](http://dev.clojure.org/jira/browse/CLJ-1699)
130131
* [CLJ-1700](http://dev.clojure.org/jira/browse/CLJ-1700)
132+
* [CLJ-1728](http://dev.clojure.org/jira/browse/CLJ-1728)
131133

132134
### 1.3 Keyword and Symbol Construction
133135

@@ -216,6 +218,8 @@ eduction.
216218
* [CLJ-1711](http://dev.clojure.org/jira/browse/CLJ-1711)
217219
* [CLJ-1709](http://dev.clojure.org/jira/browse/CLJ-1709)
218220
* [CLJ-1713](http://dev.clojure.org/jira/browse/CLJ-1713)
221+
* [CLJ-1726](http://dev.clojure.org/jira/browse/CLJ-1726)
222+
* [CLJ-1727](http://dev.clojure.org/jira/browse/CLJ-1727)
219223

220224
### 1.7 Printing as data
221225

@@ -251,6 +255,7 @@ Additionally, there is a new function available to obtain a Throwable as
251255
map data: `Throwable->map`.
252256

253257
* [CLJ-1703](http://dev.clojure.org/jira/browse/CLJ-1703)
258+
* [CLJ-1716](http://dev.clojure.org/jira/browse/CLJ-1716)
254259

255260
## 2 Enhancements
256261

@@ -380,7 +385,10 @@ map data: `Throwable->map`.
380385
Fix regression from CLJ-1546 removed PersistentVector.create(List) method
381386
* [CLJ-1681](http://dev.clojure.org/jira/browse/CLJ-1681)
382387
Fix regression from CLJ-1248 (1.6) in reflection warning with literal nil argument
383-
388+
* [CLJ-1648](http://dev.clojure.org/jira/browse/CLJ-1648)
389+
Use equals() instead of == when resolving Symbol
390+
* [CLJ-1195](http://dev.clojure.org/jira/browse/CLJ-1195)
391+
emit-hinted-impl expands to ns-qualified invocation of fn
384392

385393
# Changes to Clojure in Version 1.6
386394

0 commit comments

Comments
 (0)