diff --git a/CHANGELOG-Agoric.md b/CHANGELOG-Agoric.md index b0a98ceb00c9..a4bc1903d88f 100644 --- a/CHANGELOG-Agoric.md +++ b/CHANGELOG-Agoric.md @@ -45,19 +45,27 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (auth, bank) Agoric/agoric-sdk#8989 Remove deprecated lien support +## `v0.46.16-alpha.agoric.2.3` - 2024-04-17 + +### Improvements + +* (baseapp) [#415](https://github.com/agoric-labs/cosmos-sdk/pull/415) Unit tests and documentation for event history. +* (server) [#416](https://github.com/agoric-labs/cosmos-sdk/pull/416) Config entry to select ABCI client type. + +### Bug Fixes + +* (baseapp) [#415](https://github.com/agoric-labs/cosmos-sdk/pull/415) Avoid duplicates in event history. + ## `v0.46.16-alpha.agoric.2.2` - 2024-04-12 ### Improvements * (server) [#409](https://github.com/agoric-labs/cosmos-sdk/pull/409) Flag to select ABCI client type. -* (server) [#416](https://github.com/agoric-labs/cosmos-sdk/pull/416) Config entry to select ABCI client type. * (deps) [#412](https://github.com/agoric-labs/cosmos-sdk/pull/412) Bump iavl to v0.19.7 -* (baseapp) [#415](https://github.com/agoric-labs/cosmos-sdk/pull/415) Unit tests and documentation for event history. ### Bug Fixes * (baseapp) [#413](https://github.com/agoric-labs/cosmos-sdk/pull/413) Ignore events from simulated transactions -* (baseapp) [#415](https://github.com/agoric-labs/cosmos-sdk/pull/415) Avoid duplicates in event history. ## `v0.46.16-alpha.agoric.2.1` - 2024-03-08