diff --git a/RELEASES.md b/RELEASES.md index 0462ba21ba..5ed84cecb2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -10,6 +10,24 @@ Unreleased. -------------------------------------------------------------------------------- +## 2.0.1 + +Released 2022-10-27. + +### Fixed + +* A compilation error when building only the `wasmtime` crate on Windows with + only the default features enabled has been fixed. + [#5134](https://github.com/bytecodealliance/wasmtime/pull/5134) + +### Changed + +* The `rayon` dependency added to `cranelift-isle` in 2.0.0 has been removed to + improve the compile time of the `cranelift-codegen` crate. + [#5101](https://github.com/bytecodealliance/wasmtime/pull/5101) + +-------------------------------------------------------------------------------- + ## 2.0.0 Released 2022-10-20