update changelog
This commit is contained in:
parent
4565a7e7d6
commit
11029a4285
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue