From bd0ee68e19fb0df0144f2cae71a50b89d3ef47d6 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 20 Jan 2021 11:00:42 +0100 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f80cbe85..bc828b3f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to ### Added - cosmwasm-vm: Add PinnedMemoryCache. ([#696]) +- cosmwasm-vm: The new `Cache::analyze` provides a static analyzis of the Wasm + bytecode. This is used to tell the caller if the contract exposes IBC entry + points. ([#736]) ### Changed @@ -29,6 +32,7 @@ and this project adheres to [#696]: https://github.com/CosmWasm/cosmwasm/issues/696 [#697]: https://github.com/CosmWasm/cosmwasm/issues/697 +[#736]: https://github.com/CosmWasm/cosmwasm/pull/736 ## [0.13.2] - 2021-01-14