From a7c58a0980fb5754011d61b6751bced6c393730d Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Mon, 20 Nov 2023 11:00:46 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 447c4d4e1e..3fdfb4f53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,8 @@ and this project adheres to - cosmwasm-storage: Removed, use [cw-storage-plus] instead. ([#1936]) - cosmwasm-std: Remove `IbcReceiveResponse`'s `Default` implementation. Use `IbcReceiveResponse::new` instead. ([#1942]) +- cosmwasm-vm: Remove `InstanceOptions::print_debug` flag. Set your own handler + using `Instance::set_debug_handler`. ([#1953]) [cw-storage-plus]: https://github.com/CosmWasm/cw-storage-plus [#1875]: https://github.com/CosmWasm/cosmwasm/pull/1875 @@ -83,6 +85,7 @@ and this project adheres to [#1896]: https://github.com/CosmWasm/cosmwasm/pull/1896 [#1936]: https://github.com/CosmWasm/cosmwasm/pull/1936 [#1942]: https://github.com/CosmWasm/cosmwasm/pull/1942 +[#1953]: https://github.com/CosmWasm/cosmwasm/pull/1953 ## [1.5.0] - 2023-10-31