@@ -25,7 +25,6 @@ logic but is independent of lazy sequence processing. Functions included are:
2525*  take-while
2626*  drop
2727*  drop-while
28- *  cycle
2928*  take-nth
3029*  replace
3130*  partition-by
@@ -75,7 +74,7 @@ Some related issues addressed during development:
7574
7675### 1.2 Reader Conditionals  
7776
78- Reader Conditionals is  a new capability to support portable code that
77+ Reader Conditionals are  a new capability to support portable code that
7978can run on multiple Clojure platforms with only small changes. In
8079particular, this feature aims to support the increasingly common case
8180of libraries targeting both Clojure and ClojureScript.
@@ -125,6 +124,7 @@ For more information, see:
125124http://dev.clojure.org/display/design/Reader+Conditionals 
126125
127126*  [ CLJ-1424] ( http://dev.clojure.org/jira/browse/CLJ-1424 ) 
127+ *  [ CLJ-1685] ( http://dev.clojure.org/jira/browse/CLJ-1685 ) 
128128
129129### 1.3 Keyword and Symbol Construction  
130130
@@ -208,6 +208,8 @@ eduction.
208208*  [ CLJ-1515] ( http://dev.clojure.org/jira/browse/CLJ-1515 ) 
209209*  [ CLJ-1602] ( http://dev.clojure.org/jira/browse/CLJ-1602 ) 
210210*  [ CLJ-1669] ( http://dev.clojure.org/jira/browse/CLJ-1669 ) 
211+ *  [ CLJ-1692] ( http://dev.clojure.org/jira/browse/CLJ-1692 ) 
212+ *  [ CLJ-1694] ( http://dev.clojure.org/jira/browse/CLJ-1694 ) 
211213
212214### 1.7 Printing as data  
213215
@@ -278,6 +280,8 @@ REPL but printing them to a stream will show a different form:
278280  vec is now faster on almost all inputs
279281*  [ CLJ-1618] ( http://dev.clojure.org/jira/browse/CLJ-1618 ) 
280282  set is now faster on almost all inputs
283+ *  [ CLJ-1695] ( http://dev.clojure.org/jira/browse/CLJ-1695 ) 
284+   Fixed reflection call in variadic vector-of constructor
281285
282286### 2.4 Other enhancements  
283287
0 commit comments