Updated RELEASES for 0.35.1 patch release. (#3910)

This commit is contained in:
Chris Fallin
2022-03-09 13:30:39 -08:00
committed by GitHub
parent 26ce9a3853
commit 1a54826ca8

View File

@@ -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 ## 0.35.0
Released 2022-03-07. Released 2022-03-07.