From 01f71207a894148b2a003fb966469978eece15ab Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Mon, 11 Apr 2022 14:12:03 -0700 Subject: [PATCH] Copy release notes for 0.35.3 from point-release branch to main. (#4015) --- RELEASES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index bbb34caeb5..291a521838 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -55,6 +55,19 @@ Unreleased. -------------------------------------------------------------------------------- +## 0.35.3 + +Released 2022-04-11. + +### Fixed + +* Backported a bugfix for an instruction lowering issue that could cause a + regalloc panic due to an undefined register in some cases. No miscompilation + was ever possible, but panics would result in a compilation failure. + [#4012](https://github.com/bytecodealliance/wasmtime/pull/4012) + +-------------------------------------------------------------------------------- + ## 0.35.2 Released 2022-03-31.