Skip to content

Commit e5ef873

Browse files
committed
Add changelog entry
1 parent fdae562 commit e5ef873

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ and this project adheres to
4444
`ValidatorResponse` and `Validator` non-exhaustive. Add `Validator::create`
4545
and `FullDelegation::create` to allow creating them in a stable way. Use
4646
`Addr` type for `ContractInfoResponse::{creator, admin}`. ([#1883])
47+
- cosmwasm-std: Change `DistributionQuerier::new` to take `IntoIterator` instead
48+
of `HashMap`. ([#1941])
4749

4850
[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
4951
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -54,6 +56,7 @@ and this project adheres to
5456
[#1902]: https://github.com/CosmWasm/cosmwasm/pull/1902
5557
[#1939]: https://github.com/CosmWasm/cosmwasm/pull/1939
5658
[#1940]: https://github.com/CosmWasm/cosmwasm/pull/1940
59+
[#1941]: https://github.com/CosmWasm/cosmwasm/pull/1941
5760

5861
### Removed
5962

0 commit comments

Comments
 (0)