From a7b743c75d98c72096c1d3855502752e1d47a9c0 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Wed, 17 Aug 2016 09:44:20 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 85db008..a56be13 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ * Removed `variable-pathed-nav` * Switched codebase from cljx to cljc * Improved performance of ALL and MAP-VALS on PersistentArrayMap by about 2x +* `defnav` now generates helper functions for every method. For example, `keypath` now has helpers `keypath-select*` and `keypath-transform*`. These functions take parameters `[key structure next-fn]` * Bug fix: ALL and MAP-VALS transforms on PersistentArrayMap above the threshold now output PersistentArrayMap instead of PersistentHashMap