From 95e63ea512b6c2cea93647c48220d5259ec0a45a Mon Sep 17 00:00:00 2001 From: chipshort Date: Tue, 5 Aug 2025 12:23:01 +0200 Subject: [PATCH] Fix compatibility warning --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f81b686..0880e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Bump Rust to 1.86.0. ([#168]) - Remove `--signext-lowering` flag from `wasm-opt`. ([#168]) -Note that contracts built with this version _require CosmWasm 3.0+_ on the chain and cannot be +Note that contracts built with this version _require CosmWasm 1.3+_ on the chain and cannot be uploaded to chains running lower versions. [#168]: https://github.com/CosmWasm/optimizer/pull/168