Skip to content

Commit 836007d

Browse files
committed
update changelog
1 parent abc0639 commit 836007d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1+
# v1.3.0
2+
3+
New Features:
4+
- `retry` now accepts an `interval` parameter to specify a delay between retries. (#793)
5+
- `async` should work better in Web Workers due to better `root` detection (#804)
6+
- Various internal updates (#786, #801, #802, #803)
7+
- Various doc fixes (#790, #794)
8+
9+
110
# v1.2.1
211

312
Bug Fix:
413

514
- 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)
615

16+
717
# v1.2.0
818

919
New Features:

0 commit comments

Comments
 (0)