diff --git a/RELEASES.md b/RELEASES.md index d82f418ba0..1b0522be1a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,7 +4,7 @@ ## 0.35.0 -Unreleased. +Released 2022-03-07. ### Changed @@ -44,6 +44,16 @@ Unreleased. on Windows. [#3861](https://github.com/bytecodealliance/wasmtime/pull/3861) +* The `wasi-common` crate now supports doing polls for both read and write + interest on a file descriptor at the same time. + [#3866](https://github.com/bytecodealliance/wasmtime/pull/3866) + +### Fixed + +* The `Store::call_hook` callback is now invoked when entering host functions + defined with `*_unchecked` variants. + [#3881](https://github.com/bytecodealliance/wasmtime/pull/3881) + ### Removed * The incomplete and unmaintained ARM32 backend has been removed from Cranelift.