summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-06-27 22:28:24 -0700
committerAlexander Early <alexander.early@gmail.com>2015-06-27 22:28:24 -0700
commite37af8d1214a5e7be21d6a86615d094ef38a8eea (patch)
treee349ae8cabf7ab638f845d199334985a2895b7d4 /CHANGELOG.md
parent74ad21e9230c91095fe4ed8528984273dc735ec8 (diff)
downloadasync-e37af8d1214a5e7be21d6a86615d094ef38a8eea.tar.gz
make callbacks optional in whilst and family. Closes #642
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8998530..65b27dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
New Features:
- `retry` now accepts an `interval` parameter to specify a delay between retries. (#793)
- `async` should work better in Web Workers due to better `root` detection (#804)
+- Callbacks are now optional in `whilst`, `doWhilst`, `until`, and `doUntil` (#642)
- Various internal updates (#786, #801, #802, #803)
- Various doc fixes (#790, #794)