summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-01-02 15:36:33 -0800
committerAlexander Early <alexander.early@gmail.com>2016-01-02 15:36:33 -0800
commit94868a2b8004952601eecbd8a72e43870a2a2b09 (patch)
tree95bfb78c7b57ffd5caf98925fd9832f7378da22c
parent1604c741310a1f75f5e135621c2dc9acf0699d3f (diff)
downloadasync-94868a2b8004952601eecbd8a72e43870a2a2b09.tar.gz
update changelog for 1.5.1
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f28c92..fa32563 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# v1.5.1
- Fix issue with `pause` in `queue` with concurrency enabled (#946)
- `while` and `until` now pass the final result to callback (#963)
+- `auto` will properly handle concurrency when there is no callback (#966)
+- `auto` will now properly stop execution when an error occurs (#988, #993)
+- Various doc fixes (#971, #980)
# v1.5.0