diff --git a/CHANGELOG-Agoric.md b/CHANGELOG-Agoric.md index 789854678e6fd..95b0503ad5aea 100644 --- a/CHANGELOG-Agoric.md +++ b/CHANGELOG-Agoric.md @@ -41,6 +41,10 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (auth, bank) Agoric/agoric-sdk#8989 Remove deprecated lien support +### Bug Fixes + +* (baseapp) [#338](https://github.com/agoric-labs/cosmos-sdk/pull/338) Make sure we don't execute blocks beyond the halt height. Restored from [#305](https://github.com/agoric-labs/cosmos-sdk/pull/305) but compatible with older `SIGINT`, `SIGTERM` logic + ## `v0.46.16-alpha.agoric.2.4` - 2024-04-19 ### Improvements @@ -67,7 +71,6 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Bug Fixes -* (baseapp) [#338](https://github.com/agoric-labs/cosmos-sdk/pull/338) Make sure we don't execute blocks beyond the halt height. Restored from [#305](https://github.com/agoric-labs/cosmos-sdk/pull/305) but compatible with older `SIGINT`, `SIGTERM` logic * (baseapp) [#413](https://github.com/agoric-labs/cosmos-sdk/pull/413) Ignore events from simulated transactions ## `v0.46.16-alpha.agoric.2.1` - 2024-03-08