From 50fe8155e1b37d1e09fe842b253281f20d03610a Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Wed, 12 Aug 2015 00:34:31 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a81dd1f..3d3501f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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 performance of curried methods. (https://github.com/substantial/updeep/issues/16) * Improve examples in docs, thanks [hedgerh][]. * `u.map` will now return the same instance if nothing changes. * Improve performance of `u.map`.