From 23410971f127494f420170c7981601e129b0151a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 11 Apr 2022 12:42:29 -0500 Subject: [PATCH] Touch up release notes slightly (#4011) Remove a git merge marker I accidentally added, fill in a TODO, and adda link for a new release-notes-worthy PR. --- RELEASES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index c6da85cf11..bbb34caeb5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,11 +4,17 @@ Unreleased. +### Added + +* Pre-built binaries for macOS M1 machines are now available as release + artifacts. + [#3983](https://github.com/bytecodealliance/wasmtime/pull/3983) + ### Fixed * Using `InstancePre::instantiate` or `Linker::instantiate` will now panic as intended when used with an async-configured `Store`. - [#TODO](https://github.com/bytecodealliance/wasmtime/pull/TODO) + [#3972](https://github.com/bytecodealliance/wasmtime/pull/3972) -------------------------------------------------------------------------------- @@ -35,7 +41,6 @@ Unreleased. enabled in a `Config` are compatible with the native host. For example this ensures that if avx2 is enabled that the host actually has avx2 support. [#3899](https://github.com/bytecodealliance/wasmtime/pull/3899) ->>>>>>> Update release notes for 0.36.0 ### Removed