From a113946076bdb827cd30fc5dd515a3213f27cff2 Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Tue, 11 Apr 2017 11:45:04 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 5622666..9f63c77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ * Add `satisfies-protpath?` * Inline cache vars are marked private so as not to interfere with tooling +* Improve performance of ALL transform on lists by 7x * Bug fix: Using `pred` no longer inserts unecessary `coerce-nav` call at callsite * Bug fix: Dynamic navs in argument position to another nav now properly expanded and compiled * Bug fix: Dynamic parameters nested inside data structures as arguments are now compiled correctly by inline compiler