From 503fc4bb767d4f1861feba71b127799b89d9d663 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 15 Jul 2024 16:25:05 -0700 Subject: [NFC] Fix changelog order after #6687 (#6748) We made a release since it was written, which this is not included in. --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7a37581..4d37e89e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ full changeset diff at the end of each section. Current Trunk ------------- + - Passes can now receive individual pass arguments, that is --foo=A --foo=B for + a pass foo will run the pass twice (which was possible before) and will now + run it first with argument A and second with B. --pass-arg=foo@BAR will now + apply to the most recent --foo pass on the commandline, if foo is a pass + (while global pass arguments - that are not the name of a pass - remain, as + before, global for all passes). (#6687) + v118 ---- @@ -41,12 +48,6 @@ v118 - The build-time option to use legacy WasmGC opcodes is removed. - The strings in `string.const` instructions must now be valid WTF-8. - The `TraverseCalls` flag for `ExpressionRunner` is removed. - - Passes can now receive individual pass arguments, that is --foo=A --foo=B for - a pass foo will run the pass twice (which was possible before) and will now - run it first with argument A and second with B. --pass-arg=foo@BAR will now - apply to the most recent --foo pass on the commandline, if foo is a pass - (while global pass arguments - that are not the name of a pass - remain, as - before, global for all passes). v117 ---- -- cgit v1.2.3