summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2023-06-28 13:02:24 -0700
committerGitHub <noreply@github.com>2023-06-28 13:02:24 -0700
commit1fb1a2e2970472e9e93f9de94c8a2c674d0a0581 (patch)
tree0cee4854f032900387882d1fc57aa298decd77e5 /CHANGELOG.md
parentaaf1dac49865024fbde9d316c4a46345186217af (diff)
downloadbinaryen-1fb1a2e2970472e9e93f9de94c8a2c674d0a0581.tar.gz
binaryen-1fb1a2e2970472e9e93f9de94c8a2c674d0a0581.tar.bz2
binaryen-1fb1a2e2970472e9e93f9de94c8a2c674d0a0581.zip
version_114 (#5789)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index beccb3e23..57e7272ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,9 @@ full changeset diff at the end of each section.
Current Trunk
-------------
+v114
+----
+
- Fix a bug where e.g. -O3 -Oz ran the -O3 with the opt levels of -Oz, which
could inhibit inlining, for example. While this is a bugfix, it affects how
commandline options are interpreted, so if you depended on the old behavior
@@ -22,6 +25,8 @@ Current Trunk
first -O3 with -Oz's opt levels, and the new behavior is to run -O3 with the
proper (-O3) opt levels. This is a followup to #5333 from a previous release.
(#5787)
+- Add pass to remove Exception Handling instructions (#5770).
+
v113
----