From 5eec60ab12324ab6c2851319e7d3dd884c377286 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 11 Aug 2023 11:09:25 -0700 Subject: [PATCH] Remove CLI flags ordering from release notes That commit was backed out. --- RELEASES.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 0df39e52b8..e29c91d31a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -68,13 +68,6 @@ Unreleased. ### Changed -* Options to the `wasmtime` CLI for Wasmtime itself must now come before the - WebAssembly module. For example `wasmtime run foo.wasm --disable-cache` now - must be specified as `wasmtime run --disable-cache foo.wasm`. Any - argument/option after the WebAssembly module is now interpreted as an argument - to the wasm module itself. - [#6737](https://github.com/bytecodealliance/wasmtime/pull/6737) - * Empty types are no longer allowed in the component model. [#6777](https://github.com/bytecodealliance/wasmtime/pull/6777)