summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2018-05-20 21:32:23 -0700
committerAlexander Early <alexander.early@gmail.com>2018-05-20 21:32:23 -0700
commit7e84a4f009f2e0490c04cc13358690975781de82 (patch)
treee54a89b6bc0a3af0467b5b7898bcda03c861f36a
parent2ba8d0c4537d508c269c55ab646ce1240c138a78 (diff)
downloadasync-7e84a4f009f2e0490c04cc13358690975781de82.tar.gz
update changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2c6e46..c226ba8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# v2.6.1
+- Updated lodash to prevent `npm audit` warnings. (#1532, #1533)
+- Made `async-es` more optimized for webpack users (#1517)
+- Fixed a stack overflow with large collections and a synchronous iterator (#1514)
+- Various small fixes/chores (#1505, #1511, #1527, #1530)
+
# v2.6.0
- Added missing aliases for many methods. Previously, you could not (e.g.) `require('async/find')` or use `async.anyLimit`. (#1483)
- Improved `queue` performance. (#1448, #1454)