Skip to content

Commit 3849d47

Browse files
committed
Add changelog entry
1 parent fac1e25 commit 3849d47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ and this project adheres to
5353
nested msg struct like in other messages. ([#1926])
5454
- cosmwasm-vm: Add `AnalysisReport::entrypoints` and make
5555
`AnalysisReport::required_capabilities` a `BTreeSet`. ([#1949])
56+
- cosmwasm-std: Add `Checksum` type and change type of
57+
`CodeInfoResponse::checksum` to that. ([#1944])
5658

5759
[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
5860
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -66,6 +68,7 @@ and this project adheres to
6668
[#1939]: https://github.com/CosmWasm/cosmwasm/pull/1939
6769
[#1940]: https://github.com/CosmWasm/cosmwasm/pull/1940
6870
[#1941]: https://github.com/CosmWasm/cosmwasm/pull/1941
71+
[#1944]: https://github.com/CosmWasm/cosmwasm/pull/1944
6972
[#1949]: https://github.com/CosmWasm/cosmwasm/pull/1949
7073

7174
### Removed

0 commit comments

Comments
 (0)