Skip to content

Commit 99041eb

Browse files
authored
Fix and update changelog [ci skip] (#11080)
1 parent 0c52621 commit 99041eb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

ChangeLog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ See docs/process.md for how version tagging works.
1717

1818
Current Trunk
1919
-------------
20+
- Update libcxx and libcxxabi to LLVM 10 release branch (#11038).
21+
- Remove `BINARYEN_PASSES` setting (#11057). We still have
22+
`BINARYEN_EXTRA_PASSES` (the removed setting completely overrides the set
23+
of passes from the command line, which doesn't make much sense as some of
24+
them are mandatory like setting the sbrk ptr).
2025
- Remove `MODULARIZE_INSTANCE` build option (#11037). This was a seldom used
2126
option that was complicating the logic for `MODULARIZE`. Module instances can
2227
be created by using `MODULARIZE` and calling the factory function explicitly.
@@ -39,9 +44,8 @@ Current Trunk
3944
compiler options.
4045
- Allow spaces in a path to Python interpreter when running emscripten from Unix
4146
shell (#11005).
42-
- Remove `BINARYEN_PASSES` settings. We still have `BINARYEN_EXTRA_PASSES`, but
43-
completely overriding the set of passes from the command line didn't make much
44-
sense.
47+
- Support atexit() in standalone mode (#10995). This also fixes stdio stream
48+
flushing on exit in that mode.
4549

4650
v1.39.13: 04/17/2020
4751
--------------------

0 commit comments

Comments
 (0)