From cfe2a8e317ac1ae779ab5240e35a1f03291f2f02 Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Wed, 12 Aug 2015 00:30:19 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4270f3e..a81dd1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## [0.6.0] * 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 examples in docs, thanks [hedgerh][]. * `u.map` will now return the same instance if nothing changes. * Improve performance of `u.map`. * Removed a couple lodash dependencies. @@ -69,3 +70,5 @@ [0.1.3]: https://github.com/aaronjensen/updeep/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/aaronjensen/updeep/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/aaronjensen/updeep/compare/v0.1.0...v0.1.1 + +[hedgerh]: https://github.com/hedgerh