From 22b29c05f3410679df3bd7116881351e5d7f8155 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 11 Oct 2015 10:45:01 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d11b37a..fd96c49 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)