From af36c80deea60301462c25dd6ca28dff147d01b5 Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Thu, 28 Nov 2024 00:04:47 +0100 Subject: [PATCH] add note to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 772b65f989..2a55403ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Dates in this file are formattes as `YYYY-MM-DD`. ## [`0.40.0`] - 2024-11-27 +This release focuses on compile time improvements for Wasmi, +significantly reducing the time it takes to compile Wasmi and +decrease its compiled artifact size. + ### Added - Added optimization for `load` and `store` lowering. [#1303]