summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-06-28 15:37:15 -0700
committerAlexander Early <alexander.early@gmail.com>2015-06-28 15:37:15 -0700
commit186e93f56be90662615487d6677fbe2f5e27456f (patch)
tree8e08d0803aeb328c61b96de5b63cf2bec938aad6
parentb58f9582430dbab758b7d81a489200dc30200aa4 (diff)
downloadasync-186e93f56be90662615487d6677fbe2f5e27456f.tar.gz
update changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1eaf76a..941d1b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
New Features:
- Added `constant`
- Added `asyncify`/`wrapSync` for making sync functions work with callbacks. (#671, #806)
+- Added `during` and `doDuring`, which are like `whilst` with an async truth test. (#800)
- `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)