From 0855af39e7636b5a126c196ca186fc014bc2399d Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Tue, 14 Feb 2017 08:48:36 -0500 Subject: [PATCH] update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9dd87af..125feea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,9 +5,11 @@ * Add `with-fresh-collected` higher order navigator * 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. +* Add `NAME` and `NAMESPACE` navigators * Improved `ALL` performance for PersistentHashSet * Dynamic navs automatically compile sequence returns if completely static * Eliminate reflection warnings for clj (thanks @mpenet) +* Bug fix: Collected vals now properly passed to subpaths for `if-path`, `selected?`, and `not-selected?` ## 0.13.2