diff --git a/CHANGES.md b/CHANGES.md index f677b4d..655d746 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)