From 4414d327a9324034663566449d891cac7c5d4776 Mon Sep 17 00:00:00 2001 From: MaxweLL22-22 Date: Sat, 18 Jan 2025 16:05:26 +0100 Subject: [PATCH] Typo fix CHANGELOG-pre1.0.0.md --- CHANGELOG-pre1.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-pre1.0.0.md b/CHANGELOG-pre1.0.0.md index 5e4a1f3f3..9baf4b1ec 100644 --- a/CHANGELOG-pre1.0.0.md +++ b/CHANGELOG-pre1.0.0.md @@ -460,7 +460,7 @@ and this project adheres to secp256k1 signature verification scheme for Cosmos signature and public key formats. ([#780]) - cosmwasm-vm: Add PinnedMemoryCache. ([#696]) -- cosmwasm-vm: The new `Cache::analyze` provides a static analyzis of the Wasm +- cosmwasm-vm: The new `Cache::analyze` provides a static analysis of the Wasm bytecode. This is used to tell the caller if the contract exposes IBC entry points. ([#736]) - cosmwasm-vm: Added new `stargate` feature flag to enable new stargate and ibc