summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2021-10-27 20:14:59 -0700
committerAlexander Early <alexander.early@gmail.com>2021-10-27 20:14:59 -0700
commitb50d64827c6c3b11c74d30d2b5d8445f8c3fdffe (patch)
treefe6e0640f6e178653bcb5eac781ea01dfc0dcbfa
parente1ecdbf79264f9ab488c7799f4c76996d5dca66d (diff)
downloadasync-b50d64827c6c3b11c74d30d2b5d8445f8c3fdffe.tar.gz
update changelog for 3.2.2
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b6303c..8401a8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v3.2.2
+- Fix potential prototype pollution exploit
+
# v3.2.1
- Use `queueMicrotask` if available to the environment (#1761)
- Minor perf improvement in `priorityQueue` (#1727)