From eb4fade2f30eb49e0ce17250f3ae4012c0e0b9ef Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 30 Sep 2021 11:20:04 -0700 Subject: [PATCH] Add a release-notes entry for removal of Cranelift's old x86 backend. --- RELEASES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index de9d5745b3..501391e458 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -36,6 +36,11 @@ [RFC 14]: https://github.com/bytecodealliance/rfcs/pull/14 +* Cranelift's old x86 backend has been removed, as per [RFC 12]. + [#3309](https://github.com/bytecodealliance/wasmtime/pull/3009) + +[RFC 12]: https://github.com/bytecodealliance/rfcs/pull/12 + ## 0.30.0 Released 2021-09-17.