Skip to content

Commit a7c58a0

Browse files
committed
Add changelog entry
1 parent 9257a8e commit a7c58a0

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
@@ -76,13 +76,16 @@ and this project adheres to
7676
- cosmwasm-storage: Removed, use [cw-storage-plus] instead. ([#1936])
7777
- cosmwasm-std: Remove `IbcReceiveResponse`'s `Default` implementation. Use
7878
`IbcReceiveResponse::new` instead. ([#1942])
79+
- cosmwasm-vm: Remove `InstanceOptions::print_debug` flag. Set your own handler
80+
using `Instance::set_debug_handler`. ([#1953])
7981

8082
[cw-storage-plus]: https://github.com/CosmWasm/cw-storage-plus
8183
[#1875]: https://github.com/CosmWasm/cosmwasm/pull/1875
8284
[#1890]: https://github.com/CosmWasm/cosmwasm/pull/1890
8385
[#1896]: https://github.com/CosmWasm/cosmwasm/pull/1896
8486
[#1936]: https://github.com/CosmWasm/cosmwasm/pull/1936
8587
[#1942]: https://github.com/CosmWasm/cosmwasm/pull/1942
88+
[#1953]: https://github.com/CosmWasm/cosmwasm/pull/1953
8689

8790
## [1.5.0] - 2023-10-31
8891

0 commit comments

Comments
 (0)