diff options
author | Alon Zakai <azakai@google.com> | 2024-07-08 13:33:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 13:33:35 -0700 |
commit | 4179603f8c21f5676cf4826ec4e41a1513c41540 (patch) | |
tree | e705605d655d0c8fe8bfa9de889c4cadf8ab6b1a /CHANGELOG.md | |
parent | 81f8f770a1b2adc027cbbbd981781d2ee6952e54 (diff) | |
download | binaryen-4179603f8c21f5676cf4826ec4e41a1513c41540.tar.gz binaryen-4179603f8c21f5676cf4826ec4e41a1513c41540.tar.bz2 binaryen-4179603f8c21f5676cf4826ec4e41a1513c41540.zip |
Version 118 (#6720)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c72ffa5..56199c983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ full changeset diff at the end of each section. Current Trunk ------------- +v118 +---- + - StackIR is now handled entirely during binary writing. This is mostly not noticeable, except that: - Text output no longer notes `(; has Stack IR ;)` (as Stack IR only exists |