Add release notes for 2.0.1 to main (#5142)

This commit is contained in:
Alex Crichton
2022-11-01 08:51:52 -05:00
committed by GitHub
parent faeeed4fb9
commit d8397a56a7

View File

@@ -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