From dc0cd62768b36dddb1a7f92b064bf20b4b1c7a65 Mon Sep 17 00:00:00 2001 From: Aumetra Weisman Date: Mon, 23 Sep 2024 16:49:15 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a176d758..11bdb1181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,12 +54,16 @@ and this project adheres to unbounded. ([#2247]) - cosmwasm-vm: Upgrade Wasmer to 4.3.7; Bump `MODULE_SERIALIZATION_VERSION` to "v20". ([#2255]) +- cosmwasm-vm: Effectively remove the `cranelift` feature. It still exists but + is only a no-op for semver compatibility. It will now unconditionally use the + singlepass compiler. ([#2260]) [#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118 [#2211]: https://github.com/CosmWasm/cosmwasm/issues/2211 [#2246]: https://github.com/CosmWasm/cosmwasm/pull/2246 [#2247]: https://github.com/CosmWasm/cosmwasm/pull/2247 [#2255]: https://github.com/CosmWasm/cosmwasm/pull/2255 +[#2260]: https://github.com/CosmWasm/cosmwasm/pull/2260 ## [2.1.3] - 2024-08-08