update changelog

This commit is contained in:
nathanmarz 2017-02-12 11:44:36 -05:00
parent 41ac7790e2
commit 3f3fad0eb7

View file

@ -5,6 +5,7 @@
* Eliminate reflection warnings for clj (thanks @mpenet) * Eliminate reflection warnings for clj (thanks @mpenet)
* Add `with-fresh-collected` higher order navigator * Add `with-fresh-collected` higher order navigator
* Added `traverse-all` which returns a transducer that traverses over all elements matching the given path. * Added `traverse-all` which returns a transducer that traverses over all elements matching the given path.
* `select-first` and `select-any` now avoid traversal beyond the first value matched by the path (like when using `ALL`), so they are faster now for those use cases.
## 0.13.2 ## 0.13.2