Skip to content

Commit 04eb42d

Browse files
authored
Update ChangeLog.md (#18940)
1 parent e5ee191 commit 04eb42d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ See docs/process.md for more on how version tagging works.
3636
- The prefered way to enable pthread is now to just the the standard `-pthread`
3737
flag. The `-sUSE_PTHREADS` setting still works but is marked as legacy and
3838
will generate a warning in `-sSTRICT` mode.
39+
- When targeting node, and using `-sMODULARIZE`, we no longer internally catch
40+
unhandled promise rejections or exit status code. That is to say the,
41+
`NODEJS_CATCH_REJECTION` and `NODEJS_CATCH_EXIT` are no longer compatible
42+
with `-sMODULARIZE`.
3943

4044
3.1.33 - 03/08/23
4145
-----------------

0 commit comments

Comments
 (0)