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 @@ -76,13 +76,16 @@ and this project adheres to
76
76
- cosmwasm-storage: Removed, use [ cw-storage-plus] instead. ([ #1936 ] )
77
77
- cosmwasm-std: Remove ` IbcReceiveResponse ` 's ` Default ` implementation. Use
78
78
` IbcReceiveResponse::new ` instead. ([ #1942 ] )
79
+ - cosmwasm-vm: Remove ` InstanceOptions::print_debug ` flag. Set your own handler
80
+ using ` Instance::set_debug_handler ` . ([ #1953 ] )
79
81
80
82
[ cw-storage-plus ] : https://github.com/CosmWasm/cw-storage-plus
81
83
[ #1875 ] : https://github.com/CosmWasm/cosmwasm/pull/1875
82
84
[ #1890 ] : https://github.com/CosmWasm/cosmwasm/pull/1890
83
85
[ #1896 ] : https://github.com/CosmWasm/cosmwasm/pull/1896
84
86
[ #1936 ] : https://github.com/CosmWasm/cosmwasm/pull/1936
85
87
[ #1942 ] : https://github.com/CosmWasm/cosmwasm/pull/1942
88
+ [ #1953 ] : https://github.com/CosmWasm/cosmwasm/pull/1953
86
89
87
90
## [ 1.5.0] - 2023-10-31
88
91
You can’t perform that action at this time.
0 commit comments