@@ -21,6 +21,9 @@ redefinitions seen by core code.
21
21
22
22
Functions declared as dynamic will never be direct linked.
23
23
24
+ [ CLJ-1809] ( http://dev.clojure.org/jira/browse/CLJ-1809 )
25
+ [ CLJ-1805] ( http://dev.clojure.org/jira/browse/CLJ-1805 )
26
+
24
27
### 1.2 String Functions
25
28
26
29
Several new string functions were added to clojure.string to increase
124
127
125
128
* [ CLJ-1208] ( http://dev.clojure.org/jira/browse/CLJ-1208 )
126
129
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
127
132
* [ CLJ-1810] ( http://dev.clojure.org/jira/browse/CLJ-1810 )
128
133
ATransientMap now marked public
129
134
* [ CLJ-1653] ( http://dev.clojure.org/jira/browse/CLJ-1653 )
134
139
Unused swapThunk method was being emitted for fns with keyword callsites
135
140
* [ CLJ-1329] ( http://dev.clojure.org/jira/browse/CLJ-1329 )
136
141
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
+
137
145
138
146
## 3 Bug Fixes
139
147
@@ -200,6 +208,11 @@ See:
200
208
* [ CLJ-1226] ( http://dev.clojure.org/jira/browse/CLJ-1226 )
201
209
set! of a deftype field using field-access syntax caused ClassCastException
202
210
* 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
203
216
204
217
# Changes to Clojure in Version 1.7
205
218
0 commit comments