summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-06-07 18:31:18 -0700
committerAlexander Early <aearly@fluid.com>2015-06-07 18:31:18 -0700
commitb66e85d1cca8c8056313253f22d18f571e7001d2 (patch)
tree62a68010237d689ea8f718f1eebc98dd21f801e7 /CHANGELOG.md
parent9697f400997d211ad18a04a1b61febbb397fe0b0 (diff)
downloadasync-b66e85d1cca8c8056313253f22d18f571e7001d2.tar.gz
update changelog and package jsons1.2.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5e7ccc..80e6735 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# v1.2.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.2.0
New Features:
@@ -12,7 +18,8 @@ Bug Fixes:
# v1.1.1
-Bug Fix
+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)