From 18e736e5d8730ead6bf74a5a3ba1c55ef1a9b21e Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sat, 4 Jun 2016 21:01:29 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c67d293..10d0107 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ * More efficient inline caching for Clojure version, now inline caching is always within 5% of manually precompiled code * Huge performance improvement for ALL transform on maps and vectors * Significant performance improvements for FIRST/LAST for vectors -* Huge performance improvements for `if-path` and `cond-path` +* Huge performance improvements for `if-path` and `cond-path`, especially for condition path containing a single static function * Eliminated compiler warnings for ClojureScript version * Dropped support for Clojurescript below v1.7.10 * Added :notpath metadata to signify pathedfn arguments that should be treated as regular arguments during inline factoring. If one of these arguments is not a static var reference or a non-collection value, the path will not factor.