summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-10-16 18:45:20 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-10-16 18:45:20 -0400
commit6430c04bb90e8ab62a14918063128fb4cc91cc8a (patch)
tree23ec8dca94c42bcf1c15d24327f5a8a433b69e53
parentba42069a33ec77f3df1fe03bca6b5b300e62420c (diff)
downloadasync-6430c04bb90e8ab62a14918063128fb4cc91cc8a.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b473e5f..a82f6fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v2.1.2
+- Fixed a stackoverflow bug with `detect`, `some`, `every` on large inputs (#1293).
+
# v2.1.0
- `retry` and `retryable` now support an optional `errorFilter` function that determines if the `task` should retry on the error (#1256, #1261)