Update CHANGELOG.md

This commit is contained in:
Aaron Jensen 2015-08-12 00:34:31 -07:00
parent cfe2a8e317
commit 50fe8155e1

View File

@ -4,7 +4,7 @@
## [0.6.0] ## [0.6.0]
* Remove support for `_.placeholder` in curried methods. This may come back, but it was necessary for the next item. * Remove support for `_.placeholder` in curried methods. This may come back, but it was necessary for the next item.
* Improve performance of curried methods. * Improve performance of curried methods. (https://github.com/substantial/updeep/issues/16)
* Improve examples in docs, thanks [hedgerh][]. * Improve examples in docs, thanks [hedgerh][].
* `u.map` will now return the same instance if nothing changes. * `u.map` will now return the same instance if nothing changes.
* Improve performance of `u.map`. * Improve performance of `u.map`.