update changelog

This commit is contained in:
Nathan Marz 2016-01-05 08:57:55 -05:00
parent 0f3ea6c79b
commit 3b6c1ed972

View file

@ -1,6 +1,7 @@
## 0.9.1 (unreleased) ## 0.9.1 (unreleased)
* Fixed reflection in protocol path code * Fixed reflection in protocol path code
* Optimized late-bound parameterization for JVM implementation by directly creating the object array rather than use object-array * Optimized late-bound parameterization for JVM implementation by directly creating the object array rather than use object-array
* Incorrectly specified function names in defpath will now throw error
## 0.9.0 ## 0.9.0
* Fixed bug where comp-paths wouldn't work on lazy seqs in cljs * Fixed bug where comp-paths wouldn't work on lazy seqs in cljs