Skip to content

Commit 3c4012f

Browse files
Fix CHANGELOG.md after #8405 (#8527)
New versions were released between the initial changelog writing in #8405 and me merging in upstream into my branch, so the changelog entry got merged into the v127 entry rather than the current trunk. This fixes that.
1 parent 4fc91fe commit 3c4012f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ full changeset diff at the end of each section.
1515
Current Trunk
1616
-------------
1717

18+
- Add support for non-nullable table types and initialization expressions for
19+
tables. This comes with a breaking change to C API: `BinaryenAddTable` takes
20+
an additional `BinaryenExpressionRef` parameter to provide an initialization
21+
expression. This may be set to NULL for tables without an initializer. In JS
22+
this parameter is optional and so is not breaking. (#8405)
23+
1824
v128
1925
----
2026

@@ -36,12 +42,7 @@ v127
3642
and `setValueI64`, previously took a hi/low pair but now take a single value
3743
which can be bigint or a number. Passing two values to these APIs will now
3844
trigger an assertion. (#7984)
39-
- Add support for non-nullable table types and initialization expressions for
40-
tables. This comes with a breaking change to C API: `BinaryenAddTable` takes
41-
an additional `BinaryenExpressionRef` parameter to provide an initialization
42-
expression. This may be set to NULL for tables without an initializer. In JS
43-
this parameter is optional and so is not breaking. (#8405)
44-
45+
4546
v126
4647
----
4748

0 commit comments

Comments
 (0)