diff --git a/CHANGELOG.md b/CHANGELOG.md index f3774c84b0..5205f6d7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to the Pony compiler and standard library will be documented - Correctly find custom-built `llc` ([PR #4537](https://github.com/ponylang/ponyc/pull/4537)) - Fix buffer out of bounds access issue ([PR #4540](https://github.com/ponylang/ponyc/pull/4540)) - Fix bug in ASIO shutdown ([PR #4548](https://github.com/ponylang/ponyc/pull/4548)) +- Fix early quiescence/termination bug ([PR #4550](https://github.com/ponylang/ponyc/pull/4550)) ### Added