diff options
author | Alexander Early <alexander.early@gmail.com> | 2015-06-27 21:02:21 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2015-06-27 21:02:21 -0700 |
commit | 836007df7cf635f847093bc3d49d92b8797afa4e (patch) | |
tree | cf8b8e345176716b4931419ac0ba213f7e7432e3 /CHANGELOG.md | |
parent | abc0639990af8dc213a7d87f3c71451796b342b7 (diff) | |
download | async-836007df7cf635f847093bc3d49d92b8797afa4e.tar.gz |
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e6735..8998530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ +# v1.3.0 + +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) +- Various internal updates (#786, #801, #802, #803) +- Various doc fixes (#790, #794) + + # v1.2.1 Bug Fix: - Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. (#782) + # v1.2.0 New Features: |