summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2015-07-19 15:59:07 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2015-07-19 15:59:07 -0400
commit127efffbd00fd467df0f5fe387742ed015124946 (patch)
treedbf574599a223263e54678e82507610871d2a893
parent96a72957fdb49b48ffc476c0ef33853cdbf2f20f (diff)
downloadasync-127efffbd00fd467df0f5fe387742ed015124946.tar.gz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 941d1b0..30fbe39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# v1.4.0
+
+- Asyncify now supports promises (#840)
+- Added limit versions of filter and reject (#836)
+- Add limit versions for detect, some and every (#828, #829)
+- Some, every and detect now short circuit early (#828, #829)
+- Improve detection of global script (#804) enabling use in WebWorkers
+- whilst now called with arguments from iterator (#823)
+- during now gets called with arguments from iterator (#824)
+- Code simplifications and optimizations aplenty ([diff](https://github.com/caolan/async/compare/v1.3.0...v1.4.0))
+
# v1.3.0
New Features: