summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2022-08-26 12:29:22 -0700
committerGitHub <noreply@github.com>2022-08-26 12:29:22 -0700
commit6bf41a5f717115f73626ca0fa2029a526616344c (patch)
tree33624f96429666ff882b5ca0d73a1d94dcc64c63
parentc0463f1dd090e6524090076e2a2e4b435c87ebd7 (diff)
downloadbinaryen-6bf41a5f717115f73626ca0fa2029a526616344c.tar.gz
binaryen-6bf41a5f717115f73626ca0fa2029a526616344c.tar.bz2
binaryen-6bf41a5f717115f73626ca0fa2029a526616344c.zip
[NFC] Remove accidentally-deleted changelog entries (#4976)
These entries were accidentally removed in 9d20a4e1.
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1f0df7b5..049652cfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,13 @@ Current Trunk
- Change constant values of some reference types in the C and JS APIs. This is
only observable if you hardcode specific values instead of calling the
relevant methods (like `BinaryenTypeDataref()`). (#4755)
+- `BinaryenModulePrintStackIR`, `BinaryenModuleWriteStackIR` and
+ `BinaryenModuleAllocateAndWriteStackIR` now have an extra boolean
+ argument `optimize`. (#4832)
+- Remove support for the `let` instruction that has been removed from the typed
+ function references spec.
+- HeapType::ext has been restored but is no longer a subtype of HeapType::any to
+ match the latest updates in the GC spec. (#4898)
- `i31ref` and `dataref` are now nullable to match the latest GC spec. (#4843)
v109