summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-07-15 16:25:05 -0700
committerGitHub <noreply@github.com>2024-07-15 16:25:05 -0700
commit503fc4bb767d4f1861feba71b127799b89d9d663 (patch)
tree123b0fcee7e0a5ae6c5d28bd44d313d2bf53f954 /CHANGELOG.md
parentfd8b2bd43d73cf1976426e60c22c5261fa343510 (diff)
downloadbinaryen-503fc4bb767d4f1861feba71b127799b89d9d663.tar.gz
binaryen-503fc4bb767d4f1861feba71b127799b89d9d663.tar.bz2
binaryen-503fc4bb767d4f1861feba71b127799b89d9d663.zip
[NFC] Fix changelog order after #6687 (#6748)
We made a release since it was written, which this is not included in.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 7 insertions, 6 deletions
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
----