From b1d7b6379e391406cd41c154e86de28a41b266c6 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 21 Nov 2023 11:24:08 +0000 Subject: [PATCH] Add changelog entry about Checksum removal --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d21224b..e066c7676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,8 @@ and this project adheres to `IbcReceiveResponse::new` instead. ([#1942]) - cosmwasm-vm: Remove `InstanceOptions::print_debug` flag. Set your own handler using `Instance::set_debug_handler`. ([#1953]) +- cosmwasm-vm: Remove `Checksum`. Use `cosmwasm_std::Checksum` instead. + ([#1944]) [cw-storage-plus]: https://github.com/CosmWasm/cw-storage-plus [#1875]: https://github.com/CosmWasm/cosmwasm/pull/1875