From 83c338deeb98243057c2d50799a21373970f31d9 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 31153dea4..ac4b27b41 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