Skip to content

Commit 34f78d3

Browse files
committed
Adapt CHANGELOG entry and add follow-up PR link
1 parent a3f9ad7 commit 34f78d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ and this project adheres to
2323
- cosmwasm-std: Upgrade `serde-json-wasm` dependency to 0.5.0 which adds map
2424
support to `to_vec`/`to_binary` and friends.
2525
- 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]).
2728

2829
[#1436]: https://github.com/CosmWasm/cosmwasm/issues/1436
2930
[#1437]: https://github.com/CosmWasm/cosmwasm/issues/1437
@@ -33,6 +34,7 @@ and this project adheres to
3334
[#1550]: https://github.com/CosmWasm/cosmwasm/issues/1550
3435
[#1552]: https://github.com/CosmWasm/cosmwasm/pull/1552
3536
[#1554]: https://github.com/CosmWasm/cosmwasm/pull/1554
37+
[#1560]: https://github.com/CosmWasm/cosmwasm/pull/1560
3638

3739
### Changed
3840

0 commit comments

Comments
 (0)