Skip to content

Commit 608d213

Browse files
committed
changelog
1 parent 92ca00b commit 608d213

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ Current Trunk
1616
-------------
1717

1818
- 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)
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+
- MinifyImportsAndExports now has a new output format using JSON. This was
24+
changed while fixing bugs with colliding module names (to avoid two breaking
25+
changes to the output).
2326

2427
v128
2528
----

0 commit comments

Comments
 (0)