From 0859070b0254618d5f07c92c2a0ad3dcef09b929 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sat, 10 Oct 2015 11:56:02 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index cb6c964..d11b37a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ ## 0.8.0 (unreleased) * 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) ## 0.7.1 * view can now be late-bound parameterized