File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ and this project adheres to
23
23
- cosmwasm-std: Upgrade ` serde-json-wasm ` dependency to 0.5.0 which adds map
24
24
support to ` to_vec ` /` to_binary ` and friends.
25
25
- cosmwasm-std: Implement ` AsRef<[u8]> ` for ` Binary ` and ` HexBinary ` ([ #1550 ] ).
26
- - cosmwasm-std: Add constructor ` SupplyResponse::new ` ([ #1552 ] ).
26
+ - cosmwasm-std: Allow constructing ` SupplyResponse ` via a ` Default `
27
+ implementation ([ #1552 ] , [ #1560 ] ).
27
28
28
29
[ #1436 ] : https://github.com/CosmWasm/cosmwasm/issues/1436
29
30
[ #1437 ] : https://github.com/CosmWasm/cosmwasm/issues/1437
@@ -33,6 +34,7 @@ and this project adheres to
33
34
[ #1550 ] : https://github.com/CosmWasm/cosmwasm/issues/1550
34
35
[ #1552 ] : https://github.com/CosmWasm/cosmwasm/pull/1552
35
36
[ #1554 ] : https://github.com/CosmWasm/cosmwasm/pull/1554
37
+ [ #1560 ] : https://github.com/CosmWasm/cosmwasm/pull/1560
36
38
37
39
### Changed
38
40
You can’t perform that action at this time.
0 commit comments