File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ and this project adheres to
49
49
- cosmwasm-vm: Make ` instantiate ` entrypoint optional. ([ #1933 ] )
50
50
- cosmwasm-std: Rename ` CosmosMsg::Stargate ` to ` CosmosMsg::Any ` and use a
51
51
nested msg struct like in other messages. ([ #1926 ] )
52
+ - cosmwasm-vm: Add ` AnalysisReport::entrypoints ` and make
53
+ ` AnalysisReport::required_capabilities ` a ` BTreeSet ` . ([ #1949 ] )
52
54
53
55
[ #1874 ] : https://github.com/CosmWasm/cosmwasm/pull/1874
54
56
[ #1876 ] : https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -62,6 +64,7 @@ and this project adheres to
62
64
[ #1939 ] : https://github.com/CosmWasm/cosmwasm/pull/1939
63
65
[ #1940 ] : https://github.com/CosmWasm/cosmwasm/pull/1940
64
66
[ #1941 ] : https://github.com/CosmWasm/cosmwasm/pull/1941
67
+ [ #1949 ] : https://github.com/CosmWasm/cosmwasm/pull/1949
65
68
66
69
### Removed
67
70
You can’t perform that action at this time.
0 commit comments