Skip to content

Commit

Permalink
Forward-port release notes for 20.0.2 (#8576)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored May 8, 2024
1 parent e55fa3c commit d51b5ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,24 @@ Unreleased.

--------------------------------------------------------------------------------

## 20.0.2

Released 2024-05-07.

### Added

* Improve error in CMake for when Cargo is not found.
[#8497](https://github.com/bytecodealliance/wasmtime/issues/8497)

* Use `--release` in CMake with MinSizeRel and RelWithDebInfo.
[#8549](https://github.com/bytecodealliance/wasmtime/issues/8549)

* Add a `WASMTIME_FASTEST_RUNTIME` configuration option for CMake which enables
LTO and other related optimization options.
[#8554](https://github.com/bytecodealliance/wasmtime/issues/8554)

--------------------------------------------------------------------------------

## 20.0.1

Released 2024-05-03.
Expand Down

0 comments on commit d51b5ae

Please sign in to comment.