Skip to content

Commit 38f00f0

Browse files
puredangerstuarthalloway
authored andcommitted
Changelog updates for 1.8.0-beta2
Signed-off-by: Stuart Halloway <stu@cognitect.com>
1 parent 20f3094 commit 38f00f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changes.md

+13
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ redefinitions seen by core code.
2121

2222
Functions declared as dynamic will never be direct linked.
2323

24+
[CLJ-1809](http://dev.clojure.org/jira/browse/CLJ-1809)
25+
[CLJ-1805](http://dev.clojure.org/jira/browse/CLJ-1805)
26+
2427
### 1.2 String Functions
2528

2629
Several new string functions were added to clojure.string to increase
@@ -124,6 +127,8 @@ See:
124127

125128
* [CLJ-1208](http://dev.clojure.org/jira/browse/CLJ-1208)
126129
Optionally require namespace on defrecord class init
130+
* [CLJ-1823](http://dev.clojure.org/jira/browse/CLJ-1823)
131+
Document new :load-ns option to defrecord/deftype
127132
* [CLJ-1810](http://dev.clojure.org/jira/browse/CLJ-1810)
128133
ATransientMap now marked public
129134
* [CLJ-1653](http://dev.clojure.org/jira/browse/CLJ-1653)
@@ -134,6 +139,9 @@ See:
134139
Unused swapThunk method was being emitted for fns with keyword callsites
135140
* [CLJ-1329](http://dev.clojure.org/jira/browse/CLJ-1329)
136141
Removed unused local in PersistentVector.cons()
142+
* [CLJ-1831](http://dev.clojure.org/jira/browse/CLJ-1831)
143+
Add clojure.core/map-entry? predicate
144+
137145

138146
## 3 Bug Fixes
139147

@@ -200,6 +208,11 @@ See:
200208
* [CLJ-1226](http://dev.clojure.org/jira/browse/CLJ-1226)
201209
set! of a deftype field using field-access syntax caused ClassCastException
202210
* Records and types without fields eval to empty map
211+
* [CLJ-1827](http://dev.clojure.org/jira/browse/CLJ-1827)
212+
Fix reflection warning introduced in CLJ-1259
213+
* [CLJ-1453](http://dev.clojure.org/jira/browse/CLJ-1453)
214+
Ensure that all Iterator implementations throw NoSuchElementException
215+
on next() when exhausted
203216

204217
# Changes to Clojure in Version 1.7
205218

0 commit comments

Comments
 (0)