File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ runs them *with their fixtures*.
234
234
## 4 Bug Fixes
235
235
236
236
* [ 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.
238
238
* [ CLJ-863] ( http://dev.clojure.org/jira/browse/CLJ-863 )
239
239
Make interleave return () on 0 args and identity on 1 args.
240
240
* [ CLJ-1072] ( http://dev.clojure.org/jira/browse/CLJ-1072 )
@@ -293,13 +293,13 @@ runs them *with their fixtures*.
293
293
* [ CLJ-935] ( http://dev.clojure.org/jira/browse/CLJ-935 )
294
294
clojure.string/trim uses different definition of whitespace than
295
295
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 )
297
297
StackOverflowError on exception in reducef for PersistentHashMap
298
298
fold
299
299
* [ CLJ-1328] ( http://dev.clojure.org/jira/browse/CLJ-1328 )
300
300
Fix some tests in the Clojure test suite to make their names unique
301
301
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 )
303
303
Empty primitive vectors throw NPE on .equals with non-vector
304
304
sequential types
305
305
You can’t perform that action at this time.
0 commit comments