File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ 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
27
27
28
[ #1436 ] : https://github.com/CosmWasm/cosmwasm/issues/1436
28
29
[ #1437 ] : https://github.com/CosmWasm/cosmwasm/issues/1437
29
30
[ #1481 ] : https://github.com/CosmWasm/cosmwasm/pull/1481
30
31
[ #1478 ] : https://github.com/CosmWasm/cosmwasm/pull/1478
31
32
[ #1533 ] : https://github.com/CosmWasm/cosmwasm/pull/1533
32
33
[ #1550 ] : https://github.com/CosmWasm/cosmwasm/issues/1550
34
+ [ #1552 ] : https://github.com/CosmWasm/cosmwasm/pull/1552
33
35
[ #1554 ] : https://github.com/CosmWasm/cosmwasm/pull/1554
34
36
35
37
### Changed
You can’t perform that action at this time.
0 commit comments