Skip to content

Commit f4b5f3a

Browse files
committed
Add changelog entry
1 parent ec2b971 commit f4b5f3a

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
@@ -74,6 +74,9 @@ and this project adheres to
7474
- cosmwasm-std: Add `std` feature and make it a default feature. ([#1971])
7575
- cosmwasm-std: Add `QueryRequest::Grpc` and deprecate `QueryRequest::Stargate`.
7676
([#1973])
77+
- cosmwasm-std: Remove `update_balance`, `set_denom_metadata`,
78+
`set_withdraw_address`, `set_withdraw_addresses`, `clear_withdraw_addresses`
79+
from `MockQuerier` and expose the underlying queriers directly. ([#1977])
7780

7881
[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
7982
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -94,6 +97,7 @@ and this project adheres to
9497
[#1967]: https://github.com/CosmWasm/cosmwasm/pull/1967
9598
[#1971]: https://github.com/CosmWasm/cosmwasm/pull/1971
9699
[#1973]: https://github.com/CosmWasm/cosmwasm/pull/1973
100+
[#1977]: https://github.com/CosmWasm/cosmwasm/pull/1977
97101

98102
### Removed
99103

0 commit comments

Comments
 (0)