summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@reddit.com>2021-08-05 16:18:23 -0700
committerAlexander Early <alexander.early@reddit.com>2021-08-05 16:18:40 -0700
commitcac52e3978ad4675fb37995076a6331117bd99af (patch)
tree1ec330f44409ceb3f278c93e744226f77bca4aea
parentd1af0450d4525f66dfcc31f9effaf01f09c6819e (diff)
downloadasync-cac52e3978ad4675fb37995076a6331117bd99af.tar.gz
update changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32dca5c..6b6303c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# v3.2.1
+- Use `queueMicrotask` if available to the environment (#1761)
+- Minor perf improvement in `priorityQueue` (#1727)
+- More examples in documentation (#1726)
+- Various doc fixes (#1708, #1712, #1717, #1740, #1739, #1749, #1756)
+- Improved test coverage (#1754)
+
# v3.2.0
- Fix a bug in Safari related to overwriting `func.name`
- Remove built-in browserify configuration (#1653)