Skip to content

Commit 1082728

Browse files
authored
Update ChangeLog for #21564. NFC (#21568)
1 parent 35f8f79 commit 1082728

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
@@ -20,6 +20,10 @@ See docs/process.md for more on how version tagging works.
2020

2121
3.1.57 (in development)
2222
-----------------------
23+
- In `MODULARIZE` mode we no longer export the module ready promise as `ready`.
24+
This was previously exposed on the Module for historical reasons even though
25+
in `MODULARIZE` mode the only way to get access to the module is to wait on the
26+
promise returned from the factory function. (#21564)
2327
- JS library code is now executed in its own context/scope, which limits how
2428
much of the compiler internals are accessible. If there are build time JS
2529
symbols that you are depending on, but that were not added to this scope,

0 commit comments

Comments
 (0)