From 1a54826ca8dbebb67b793e80256bfb41bc63b052 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Wed, 9 Mar 2022 13:30:39 -0800 Subject: [PATCH] Updated RELEASES for 0.35.1 patch release. (#3910) --- RELEASES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 1b0522be1a..9b24a63ee9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,17 @@ -------------------------------------------------------------------------------- +## 0.35.1 + +Released 2022-03-09. + +### Fixed + +* Fixed a bug in the x86-64 lowering of the `uextend` opcode for narrow (`i8`, + `i16`) integer sources when the value is produced by one of several + arithmetic instructions. + [#3906](https://github.com/bytecodealliance/wasmtime/pull/3906) + ## 0.35.0 Released 2022-03-07.