diff options
author | Alon Zakai <azakai@google.com> | 2022-05-03 13:20:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 13:20:51 -0700 |
commit | 99414ec6b057301f5b53c6fc7b02f134895116cb (patch) | |
tree | c453b969cea8b4d46da02bfb0451ae793366c4fe /CHANGELOG.md | |
parent | f124a11ca3a40c87ab6aa4498037449584689be9 (diff) | |
download | binaryen-99414ec6b057301f5b53c6fc7b02f134895116cb.tar.gz binaryen-99414ec6b057301f5b53c6fc7b02f134895116cb.tar.bz2 binaryen-99414ec6b057301f5b53c6fc7b02f134895116cb.zip |
Release 107 (#4634)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 86cdee408..ae3761f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,15 @@ full changeset diff at the end of each section. Current Trunk ------------- +v107 +---- + +- Update the wasm GC type section binary format (#4625, #4631) +- Lift the restriction in liveness-traversal.h on max 65535 locals (#4567) +- Switch to nominal fuzzing by default (#4610) +- Refactor Feature::All to match FeatureSet.setAll() (#4557) +- New Signature Pruning pass (#4545) +- Add support for extended-const proposal (#4529) - Add BUILD_TESTS CMake option to make gtest dependency optional. - Updated tests to use filecheck 0.0.22 (#4537). Updating is required to successfully run the lit tests. This can be done with |