From ad1fc525d535411b59b7357ff673ae76825f6668 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sat, 12 Dec 2015 12:38:28 -0500 Subject: [PATCH] update changelog --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4e74002..65fe99d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ -## 0.8.1 (unreleased) +## 0.9.0 (unreleased) * Fixed bug where comp-paths wouldn't work on lazy seqs in cljs +* Renamed defparamspath and defparamscollector to defpath and defcollector +* For Clojure version only, implemented protocol paths (see #38) ## 0.8.0 * Now compatible with Clojure 1.6.0 and 1.5.1 by switching build to cljx (thanks @MerelyAPseudonym)