From d8397a56a797bbcff13d20d9b773a673fb859bc2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 1 Nov 2022 08:51:52 -0500 Subject: [PATCH] Add release notes for 2.0.1 to `main` (#5142) --- RELEASES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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