summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-09-27 11:04:15 -0700
committerGitHub <noreply@github.com>2024-09-27 11:04:15 -0700
commitd8c1b0c0ceb4cc4eb59f3f3ab4840636c78e2a44 (patch)
tree6d8c6236812169f8d896751b289c0a2343a2b704 /CHANGELOG.md
parentc3a71ff46d8f38e29896c321d89b6d0c3b90fbc1 (diff)
downloadbinaryen-d8c1b0c0ceb4cc4eb59f3f3ab4840636c78e2a44.tar.gz
binaryen-d8c1b0c0ceb4cc4eb59f3f3ab4840636c78e2a44.tar.bz2
binaryen-d8c1b0c0ceb4cc4eb59f3f3ab4840636c78e2a44.zip
[NFC] Add changelog items since the last release (#6977)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d4150514..ddfc17304 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,13 @@ full changeset diff at the end of each section.
Current Trunk
-------------
+ - Many compile time speedups were implemented (2x overall improvement), see
+ https://github.com/WebAssembly/binaryen/issues/4165#issuecomment-2372548271
+ - [wasm-split] Add a multi-split mode. (#6943)
+ - Add a `--preserve-type-order` option that minimizes text format changes in
+ type ordering. (#6916)
+ - Add a J2CL specific pass that moves itable entries to vtables. (#6888)
+
v119
----