update changelog

This commit is contained in:
Nathan Marz 2016-06-16 09:59:29 -04:00
parent ba908284b9
commit 4c9c4b0001

View file

@ -10,6 +10,8 @@
* Added `collected?` macro to create a filter function which operates on the collected values. * Added `collected?` macro to create a filter function which operates on the collected values.
* Error now thrown if a pathedfn (like filterer) is used without being parameterized * Error now thrown if a pathedfn (like filterer) is used without being parameterized
* Performance improvement for ALL and MAP-VALS on small maps for Clojure by leveraging IMapIterable interface * Performance improvement for ALL and MAP-VALS on small maps for Clojure by leveraging IMapIterable interface
* Added low-level `richnav` macro for creating navigators with full flexibility
* Bug fix: multi-path and if-path now work properly with value collection
* Bug fix: END, BEGINNING, FIRST, LAST, and MAP-VALS now work properly on nil * Bug fix: END, BEGINNING, FIRST, LAST, and MAP-VALS now work properly on nil
## 0.11.2 ## 0.11.2