summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2017-02-18 20:24:47 -0500
committerGraeme Yeates <yeatesgraeme@gmail.com>2017-02-18 20:29:06 -0500
commit86cf6a2b9a768218ee8090650d08a8847ad773ab (patch)
treeeaef0017f88deadc8a0cbcc8723d115b313a542d
parentc30b2a36e794dcd052d3927b938445f7775327cb (diff)
downloadasync-86cf6a2b9a768218ee8090650d08a8847ad773ab.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8628e9..771df8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+#v2.1.5
+- Fix `auto` bug when function names collided with Array.prototype (#1358)
+- Improve some error messages (#1349)
+- Avoid stack overflow case in queue
+- Fixed an issue in `some`, `every` and `find` where processing would continue after the result was determined.
+- Cleanup implementations of `some`, `every` and `find`
+
# v2.1.3
- Make bundle size smaller
- Create optimized hotpath for `filter` in array case.