summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-05-31 19:06:14 -0700
committerAlexander Early <aearly@fluid.com>2015-05-31 19:06:14 -0700
commitc444a508eac3fc183fa4d3fd360221ec12825519 (patch)
treed0102a95a04d8497c7600e477220b13f62b5159e
parent7889ed3fbf20d8b2f57d903d942e304672e67c69 (diff)
downloadasync-c444a508eac3fc183fa4d3fd360221ec12825519.tar.gz
update changelog
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d39c37..54be579 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+# v1.1.0
+
+New Features:
+
+- Added `ensureAsync` - A wrapper that ensures an async function calls its callback on a later tick. (#769)
+- Optimized `map`, `eachOf`, and `waterfall` families of functions
+- Reduced file size by 4kb, (minified version by 1kb)
+- Added code coverage through `nyc` and `coveralls` (#768)
+
+Bug Fixes:
+
+- `forever` will no longer stack overflow with a synchronous iterator (#622)
+- `eachLimit` and others limit functions will stop iterating once an error occurs (#754)
+- Always pass `null` in callbacks when there is no error (#439)
+- Doc fixes (#766)
+
+
# v1.0.0
No known breaking changes, we are simply complying with semver from here on out.