From f169813b2dc5619fd57b7a9ca1321e2d55c62d66 Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Tue, 28 Feb 2017 15:55:54 -0500 Subject: [PATCH] update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 6137770..9f541a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ * 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 `MAP-KEYS` navigator that's more efficient than `[ALL FIRST]` * Add `NAME` and `NAMESPACE` navigators * Extend `srange`, `BEGINNING`, `END` to work on strings. Navigates to a substring. * Extend `FIRST` and `LAST` to work on strings. Navigates to a character.