From c5df604421e76c300cdb95a11db175d2a6f37c8e Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Tue, 1 Oct 2024 14:32:25 +0200 Subject: [PATCH] add changelog for v0.36.3 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8264697000..c378080f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ Additionally we have an `Internal` section for changes that are of interest to d Dates in this file are formattes as `YYYY-MM-DD`. +## [`0.36.3`] - 2024-10-01 + +### Fixed + +- Fixed a bug in `select` translation constant propagation. [#1213] + +[#1213]: https://github.com/wasmi-labs/wasmi/pull/1213 + ## [`0.36.2`] - 2024-09-28 ### Fixed