We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb49cd4 commit c7fb0a2Copy full SHA for c7fb0a2
CHANGELOG.md
@@ -64,6 +64,8 @@ and this project adheres to
64
([#2195])
65
- cosmwasm-std: Make `GovMsg` `#[non_exhaustive]` for consistency. ([#2347])
66
- cosmwasm-crypto: Upgrade ark-\* dependencies to 0.5.0. ([#2432])
67
+- cosmwasm-std: Remove support for `BankQuery::AllBalances` and
68
+ `query_all_balances`. ([#2433])
69
70
## Fixed
71
@@ -94,6 +96,7 @@ and this project adheres to
94
96
[#2399]: https://github.com/CosmWasm/cosmwasm/pull/2399
95
97
[#2403]: https://github.com/CosmWasm/cosmwasm/pull/2403
98
[#2432]: https://github.com/CosmWasm/cosmwasm/pull/2432
99
+[#2433]: https://github.com/CosmWasm/cosmwasm/pull/2433
100
[#2438]: https://github.com/CosmWasm/cosmwasm/pull/2438
101
102
## [2.2.0] - 2024-12-17
0 commit comments