summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-06-07 18:27:46 -0700
committerAlexander Early <aearly@fluid.com>2015-06-07 18:27:46 -0700
commit46cbdfd5324be57f15481bee32ad0fda507171b0 (patch)
tree59b181740d03c35cf917175513e5a26708b6d7a6 /CHANGELOG.md
parent0ad12379c9d04b824c33c092e955bce1890d075b (diff)
downloadasync-46cbdfd5324be57f15481bee32ad0fda507171b0.tar.gz
update package.jsons and changelog1.1.11.1.x
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ece1f61..f42b7ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# v1.1.1
+
+Bug Fix
+- Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. (#782)
+
# v1.1.0
New Features: