clarify changelog
This commit is contained in:
parent
22b29c05f3
commit
ea533c3df3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
## 0.8.0
|
## 0.8.0
|
||||||
* Now compatible with Clojure 1.6.0 and 1.5.1 by switching build to cljx (thanks @MerelyAPseudonym)
|
* Now compatible with Clojure 1.6.0 and 1.5.1 by switching build to cljx (thanks @MerelyAPseudonym)
|
||||||
* Added subset selector (like srange but for sets)
|
* Added subset selector (like srange but for sets)
|
||||||
* Added nil->val, NIL->SET, NIL->LIST, and NIL->VECTOR selectors to make it easier to manipulate maps (e.g. (setval [:akey NIL->SET (subset #{})] #{:a :b} amap) to conj that set into a value for a map, even if nothing was at that key at the start)
|
* Added nil->val, NIL->SET, NIL->LIST, and NIL->VECTOR selectors to make it easier to manipulate maps (e.g. (setval [:akey NIL->VECTOR END] [:a :b] amap) to append that vector into that value for the map, even if nothing was at that value at the start)
|
||||||
|
|
||||||
## 0.7.1
|
## 0.7.1
|
||||||
* view can now be late-bound parameterized
|
* view can now be late-bound parameterized
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue