From 5cadab570697ba15c39d95c058e7fb9b02c9d8fd Mon Sep 17 00:00:00 2001 From: testinginprod Date: Tue, 6 Feb 2024 15:55:49 +0100 Subject: [PATCH] update CHANGELOG.md --- x/auth/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/x/auth/CHANGELOG.md b/x/auth/CHANGELOG.md index 62d552e4717a..57f9dffef103 100644 --- a/x/auth/CHANGELOG.md +++ b/x/auth/CHANGELOG.md @@ -43,6 +43,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * [#17985](https://github.com/cosmos/cosmos-sdk/pull/17985) Remove `StdTxConfig` * [#19161](https://github.com/cosmos/cosmos-sdk/pull/19161) Remove `simulate` from `SetGasMeter` +* [#19363](https://github.com/cosmos/cosmos-sdk/pull/19363) Remove `IterateAccounts` and `GetAllAccounts` methods from the AccountKeeper interface and Keeper. ### Consensus Breaking Changes