Skip to content

Commit

Permalink
Merge pull request #2254 from CosmWasm/co/deprecation-changelog
Browse files Browse the repository at this point in the history
Add changelog entry for query deprecation
  • Loading branch information
chipshort authored Sep 13, 2024
2 parents 66c3370 + 4374ccd commit 0230bbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0230bbb

Please sign in to comment.