From 4374ccda17c4a5ce523d97e4c4579372bd074deb Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Fri, 13 Sep 2024 10:44:12 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0434ec7e..be56fe5ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,9 +46,13 @@ and this project adheres to - cosmwasm-vm: Let `mock_env` return a contract address that is valid bech32 and uses the same bech32 prefix as `MockApi`; Change `MOCK_CONTRACT_ADDR` value to match the contract address from `mock_env`. ([#2211]) +- cosmwasm-std: Deprecate `BankQuery::AllBalances` and `IbcQuery::ListChannels`. + Both are inherently problematic to use because the returned entries are + unbounded. ([#2247]) [#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118 [#2211]: https://github.com/CosmWasm/cosmwasm/issues/2211 +[#2247]: https://github.com/CosmWasm/cosmwasm/pull/2247 ## [2.1.3] - 2024-08-08