update changelog

This commit is contained in:
Nathan Marz 2016-06-06 16:10:47 -04:00
parent ae98aa48ba
commit 4379a3dc9c

View file

@ -3,6 +3,7 @@
* Huge performance improvement for ALL transform on maps and vectors
* Significant performance improvements for FIRST/LAST for vectors
* Huge performance improvements for `if-path`, `cond-path`, `selected?`, and `not-selected?`, especially for condition path containing only static functions
* Added specialized MAP-VALS navigator that is twice as fast as using [ALL LAST]
* 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 non-collection value, the path will not factor.