Skip to content

Commit 720e6e0

Browse files
committed
Add changelog entry
1 parent 1f397bb commit 720e6e0

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
@@ -49,6 +49,8 @@ and this project adheres to
4949
- cosmwasm-vm: Make `instantiate` entrypoint optional. ([#1933])
5050
- cosmwasm-std: Rename `CosmosMsg::Stargate` to `CosmosMsg::Any` and use a
5151
nested msg struct like in other messages. ([#1926])
52+
- cosmwasm-vm: Add `AnalysisReport::entrypoints` and make
53+
`AnalysisReport::required_capabilities` a `BTreeSet`. ([#1949])
5254

5355
[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
5456
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -62,6 +64,7 @@ and this project adheres to
6264
[#1939]: https://github.com/CosmWasm/cosmwasm/pull/1939
6365
[#1940]: https://github.com/CosmWasm/cosmwasm/pull/1940
6466
[#1941]: https://github.com/CosmWasm/cosmwasm/pull/1941
67+
[#1949]: https://github.com/CosmWasm/cosmwasm/pull/1949
6568

6669
### Removed
6770

0 commit comments

Comments
 (0)