diff --git a/CHANGELOG.md b/CHANGELOG.md index 133d05ca0..8a9a1bfdc 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)