summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-06-07 18:30:10 -0700
committerAlexander Early <aearly@fluid.com>2015-06-07 18:30:10 -0700
commit9697f400997d211ad18a04a1b61febbb397fe0b0 (patch)
tree22348e76f15d8ed7866dd439c9502f22af962851 /CHANGELOG.md
parent0450c3b5bdc5db8a50b19fc9d70c48c8a88bac7d (diff)
parent46cbdfd5324be57f15481bee32ad0fda507171b0 (diff)
downloadasync-9697f400997d211ad18a04a1b61febbb397fe0b0.tar.gz
merge 1.1.x into master
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57d4d89..a5e7ccc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ Bug Fixes:
- Fixed a regression in `each` and family with empty arrays that have additional properties. (#775, #777)
+
+# 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: