summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2023-09-11 10:05:28 -0700
committerGitHub <noreply@github.com>2023-09-11 10:05:28 -0700
commitfcf6efb2d1b4d5e8dce091e6e06a7fb6ce5b635a (patch)
tree4f09f2587086ebc9643f00fb1e623813c73c52dc /CHANGELOG.md
parent4e58466b40b65cda399b4749105f0ce10f48f62b (diff)
downloadbinaryen-fcf6efb2d1b4d5e8dce091e6e06a7fb6ce5b635a.tar.gz
binaryen-fcf6efb2d1b4d5e8dce091e6e06a7fb6ce5b635a.tar.bz2
binaryen-fcf6efb2d1b4d5e8dce091e6e06a7fb6ce5b635a.zip
Prepare to release Version 115 (#5924)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
1 files changed, 20 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6db554e3..f76642fa0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,15 +15,28 @@ full changeset diff at the end of each section.
Current Trunk
-------------
-- Add a pass to reorder functions by name, which can be useful for debugging
- (e.g. comparisons after optimizations), `--reorder-functions-by-name`.
-- C API: Add BinaryenAddFunctionWithHeapType() which is like BinaryenAddFunction
- but takes a heap type. The old function is kept for backwards compatibility
- and as a convenience.
+v115
+----
+
- The nonstandard, experimental gc-nn-locals feature has been removed now that
- standard non-nullable locals are supported.
+ standard non-nullable locals are supported. (#5080)
+- Print all debug annotations when `BINARYEN_PRINT_FULL`. (#5904)
+- Use the standard text format for WasmGC now that things are stable there.
+ (#5894, #5889, #5852, #5801)
+- Rename multimemory flag to `--multimemory` to match its naming in LLVM.
+ (#5890)
+- Allow opting into standard GC encodings at compile time. (#5868)
+- Remove legacy WasmGC instructions. (#5861)
+- GUFA: Infer using TrapsNeverHappen. (#5850)
+- Add a pass to reorder functions by name, which can be useful for debugging
+ (e.g. comparisons after optimizations), `--reorder-functions-by-name`. (#5811)
+- C API: Add `BinaryenAddFunctionWithHeapType` which is like
+ `BinaryenAddFunction` but takes a heap type. The old function is kept for
+ backwards compatibility and as a convenience. (#5829)
+- Work on new optimization framework using lattices. (#5784, #5794, #5800,
+ #5817, #5831, #5849)
- Heap types are now final by default and openness must be opted into both in
- the text and binary formats as well as in the TypeBuilder API.
+ the text and binary formats as well as in the TypeBuilder API. (#5918)
v114
----