Skip to content

Commit 629aa72

Browse files
committed
Add CHANGELOG entry for SupplyResponse::new
1 parent ad62c70 commit 629aa72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ 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]).
2627

2728
[#1436]: https://github.com/CosmWasm/cosmwasm/issues/1436
2829
[#1437]: https://github.com/CosmWasm/cosmwasm/issues/1437
2930
[#1481]: https://github.com/CosmWasm/cosmwasm/pull/1481
3031
[#1478]: https://github.com/CosmWasm/cosmwasm/pull/1478
3132
[#1533]: https://github.com/CosmWasm/cosmwasm/pull/1533
3233
[#1550]: https://github.com/CosmWasm/cosmwasm/issues/1550
34+
[#1552]: https://github.com/CosmWasm/cosmwasm/pull/1552
3335
[#1554]: https://github.com/CosmWasm/cosmwasm/pull/1554
3436

3537
### Changed

0 commit comments

Comments
 (0)