Skip to content

Commit 0230bbb

Browse files
authored
Merge pull request #2254 from CosmWasm/co/deprecation-changelog
Add changelog entry for query deprecation
2 parents 66c3370 + 4374ccd commit 0230bbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@ and this project adheres to
4646
- cosmwasm-vm: Let `mock_env` return a contract address that is valid bech32 and
4747
uses the same bech32 prefix as `MockApi`; Change `MOCK_CONTRACT_ADDR` value to
4848
match the contract address from `mock_env`. ([#2211])
49+
- cosmwasm-std: Deprecate `BankQuery::AllBalances` and `IbcQuery::ListChannels`.
50+
Both are inherently problematic to use because the returned entries are
51+
unbounded. ([#2247])
4952

5053
[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118
5154
[#2211]: https://github.com/CosmWasm/cosmwasm/issues/2211
55+
[#2247]: https://github.com/CosmWasm/cosmwasm/pull/2247
5256

5357
## [2.1.3] - 2024-08-08
5458

0 commit comments

Comments
 (0)