From e08f12d9449f526661c85699da0ed81123e52ded Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Tue, 9 Aug 2016 12:29:25 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index eeb519d..85db008 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,9 @@ * Higher order navigators (like `selected?`, `subselect`) more intelligently parameterize the nested paths and use the leaner execution mode if none of the nested paths require late-bound parameterization or value collection. * Removed `variable-pathed-nav` * Switched codebase from cljx to cljc +* Improved performance of ALL and MAP-VALS on PersistentArrayMap by about 2x +* Bug fix: ALL and MAP-VALS transforms on PersistentArrayMap above the threshold now output PersistentArrayMap instead of PersistentHashMap + ## 0.12.0