From 3d251b332b934e88c3b0c101b6daa9b5e11253ee Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 10 Dec 2024 19:18:56 +0700 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c0ea861f..1f2dfddec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to `migrate_info: MigrateInfo` argument. ([#2212]) - cosmwasm-vm: Enable support for reference-types proposal, required since Rust 1.82 ([#2288]) +- cosmwasm-vm: Add `Cache::store_code` [#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118 [#2196]: https://github.com/CosmWasm/cosmwasm/pull/2196