File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ and this project adheres to
44
44
` ValidatorResponse ` and ` Validator ` non-exhaustive. Add ` Validator::create `
45
45
and ` FullDelegation::create ` to allow creating them in a stable way. Use
46
46
` Addr ` type for ` ContractInfoResponse::{creator, admin} ` . ([ #1883 ] )
47
+ - cosmwasm-std: Change ` DistributionQuerier::new ` to take ` IntoIterator ` instead
48
+ of ` HashMap ` . ([ #1941 ] )
47
49
48
50
[ #1874 ] : https://github.com/CosmWasm/cosmwasm/pull/1874
49
51
[ #1876 ] : https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -54,6 +56,7 @@ and this project adheres to
54
56
[ #1902 ] : https://github.com/CosmWasm/cosmwasm/pull/1902
55
57
[ #1939 ] : https://github.com/CosmWasm/cosmwasm/pull/1939
56
58
[ #1940 ] : https://github.com/CosmWasm/cosmwasm/pull/1940
59
+ [ #1941 ] : https://github.com/CosmWasm/cosmwasm/pull/1941
57
60
58
61
### Removed
59
62
You can’t perform that action at this time.
0 commit comments