Skip to content

Commit 6bf41a5

Browse files
authored
[NFC] Remove accidentally-deleted changelog entries (#4976)
These entries were accidentally removed in 9d20a4e.
1 parent c0463f1 commit 6bf41a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Current Trunk
2121
- Change constant values of some reference types in the C and JS APIs. This is
2222
only observable if you hardcode specific values instead of calling the
2323
relevant methods (like `BinaryenTypeDataref()`). (#4755)
24+
- `BinaryenModulePrintStackIR`, `BinaryenModuleWriteStackIR` and
25+
`BinaryenModuleAllocateAndWriteStackIR` now have an extra boolean
26+
argument `optimize`. (#4832)
27+
- Remove support for the `let` instruction that has been removed from the typed
28+
function references spec.
29+
- HeapType::ext has been restored but is no longer a subtype of HeapType::any to
30+
match the latest updates in the GC spec. (#4898)
2431
- `i31ref` and `dataref` are now nullable to match the latest GC spec. (#4843)
2532

2633
v109

0 commit comments

Comments
 (0)