summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2019-05-19 19:18:50 -0700
committerAlexander Early <alexander.early@gmail.com>2019-05-19 19:18:50 -0700
commitaa1c7988c5f9d4368cbcb0a1547c2a36380b889c (patch)
tree91f658d017e107f95bca9939f58473de143e7bfb
parente19cee4ca8a5d7feb2e3cfeb1d10f028643786f1 (diff)
downloadasync-aa1c7988c5f9d4368cbcb0a1547c2a36380b889c.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 2f99fc3..9959afe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ const results = await async.mapLimit(urls, 5, async url => {
- Async generators are now supported in all the Collection methods. (#1560)
- Added `cargoQueue`, a queue with both `concurrency` and `payload` size parameters. (#1567)
- Queue objects returned from `queue` now have a `Symbol.iterator` method, meaning they can be iterated over to inspect the current list of items in the queue. (#1459, #1556)
+- A ESM-flavored `async.mjs` is included in the `async` package. This is described in the `package.json` `"module"` field, meaning it should be automatically used by Webpack and other compatible bundlers.
## Bug fixes
- Better handle arbitrary error objects in `asyncify` (#1568, #1569)