update changelog

This commit is contained in:
Nathan Marz 2015-12-16 01:05:27 -05:00
parent 3073f1256b
commit e770880cb1

View file

@ -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