Skip to content

Commit 33c9d64

Browse files
authored
Add changelog entry describing the behavior change of runtime callbacks (#24022)
See #24012.
1 parent 14193a0 commit 33c9d64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ See docs/process.md for more on how version tagging works.
2323
- Added experimental support for Wasm ESM integration with
2424
`-sWASM_ESM_INTEGRATION`. This is currently only supported in node behind a
2525
flag and not in any browsers. (#23985)
26+
- Runtime callbacks are now enqueued and executed FIFO (historically was LIFO),
27+
which matches the behavior of compile-time callbacks. (#24012)
2628

2729
4.0.6 - 03/26/25
2830
----------------

0 commit comments

Comments
 (0)