From 4b23bd93922ced5fd99ff44271f607921f7858ee Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Sat, 3 Jun 2017 18:24:11 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 988b29e..697c07e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ * Add `set-elem` navigator * Add `ALL-WITH-META` navigator * `walker` and `codewalker` can now be used with `NONE` to remove elements +* Improve `walker` performance by 70% by replacing clojure.walk implementation with custom recursive path * Extend `ALL` to work on records (navigate to key/value pairs) * Workaround ClojureScript bug that emits warnings for vars named the same as a private var in cljs.core (in this case `NONE`, added as private var to cljs.core with 1.9.562) * For ALL transforms on maps, interpret transformed key/value pair of size < 2 as removal