update changelog

This commit is contained in:
Nathan Marz 2015-10-11 10:45:01 -04:00
parent 51ca7214b5
commit 22b29c05f3

View file

@ -1,4 +1,4 @@
## 0.8.0 (unreleased)
## 0.8.0
* 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 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)