Skip to content

Commit f5f611e

Browse files
puredangerstuarthalloway
authored andcommitted
CLJ-1359 - fix bugs in 1.6 changelog
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
1 parent adf22e6 commit f5f611e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

changes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ runs them *with their fixtures*.
234234
## 4 Bug Fixes
235235

236236
* [CLJ-1018](http://dev.clojure.org/jira/browse/CLJ-1018)
237-
Make range consistently return () with a step of 0.
237+
Make range consistently return infinite sequence of start with a step of 0.
238238
* [CLJ-863](http://dev.clojure.org/jira/browse/CLJ-863)
239239
Make interleave return () on 0 args and identity on 1 args.
240240
* [CLJ-1072](http://dev.clojure.org/jira/browse/CLJ-1072)
@@ -293,13 +293,13 @@ runs them *with their fixtures*.
293293
* [CLJ-935](http://dev.clojure.org/jira/browse/CLJ-935)
294294
clojure.string/trim uses different definition of whitespace than
295295
triml and trimr
296-
* [CLJ-935](http://dev.clojure.org/jira/browse/CLJ-935)
296+
* [CLJ-1058](http://dev.clojure.org/jira/browse/CLJ-1058)
297297
StackOverflowError on exception in reducef for PersistentHashMap
298298
fold
299299
* [CLJ-1328](http://dev.clojure.org/jira/browse/CLJ-1328)
300300
Fix some tests in the Clojure test suite to make their names unique
301301
and independent of hashing order
302-
* [CLJ-1328](http://dev.clojure.org/jira/browse/CLJ-1328)
302+
* [CLJ-1339](http://dev.clojure.org/jira/browse/CLJ-1339)
303303
Empty primitive vectors throw NPE on .equals with non-vector
304304
sequential types
305305

0 commit comments

Comments
 (0)