From e770880cb1fc0873b6d04b4fe4821781cb08a499 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Wed, 16 Dec 2015 01:05:27 -0500 Subject: [PATCH] update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a3a1b97..83b1867 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 0.9.1 (unreleased) +* Fixed reflection in protocol path code +* Optimized late-bound parameterization for JVM implementation by directly creating the object array rather than use object-array + ## 0.9.0 * Fixed bug where comp-paths wouldn't work on lazy seqs in cljs * Renamed defparamspath and defparamscollector to defpath and defcollector