update changelog

This commit is contained in:
Nathan Marz 2016-06-09 08:06:52 -04:00
parent 4565a7e7d6
commit 11029a4285

View file

@ -5,8 +5,10 @@
* Added `selected-any?` operation that returns true if any element is navigated to.
* Huge performance improvements to `select`, `select-one`, `select-first`, and `select-one!`
* Added META navigator (thanks @aengelberg)
* Renamed com.rpl.specter.transient namespace to com.rpl.specter.transients to eliminate cljs warning
* Bug fix: END, BEGINNING, FIRST, and LAST now work properly on nil
## 0.11.1
* More efficient inline caching for Clojure version, benchmarks show inline caching within 5% of manually precompiled code for all cases
* Added navigators for transients in com.rpl.specter.transient namespace (thanks @aengelberg)