summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Argasinski <argasinski.hubert@gmail.com>2022-06-06 23:40:48 -0400
committerHubert Argasinski <argasinski.hubert@gmail.com>2022-06-06 23:40:48 -0400
commitbef7befc734e4b712ab6ffc82463cc40c1037056 (patch)
tree61cf5cc5751c62dec569f2ab6f91eaed6e8aba37
parent03eeab36ae5a0454bbf67b881f087692e0b7c7e4 (diff)
downloadasync-bef7befc734e4b712ab6ffc82463cc40c1037056.tar.gz
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 133d05c..8a9a1bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v3.2.4
+- Fix a bug in `priorityQueue` where it didn't wait for the result. (#1725)
+- Fix a bug where `unshiftAsync` was included in `priorityQueue`. (#1790)
+
# v3.2.3
- Fix bugs in comment parsing in `autoInject`. (#1767, #1780)