diff --git a/ChangeLog.md b/ChangeLog.md index e97b4adad87f5..7a3e82840bbb7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -37,6 +37,9 @@ See docs/process.md for more on how version tagging works. 6.0.2 - 07/01/26 ---------------- +- The `GROWABLE_ARRAYBUFFERS` setting now support both `=1` (auto-detect and + use the feature) and `=2` (unconditionally use the feature). The second mode + is still useful for avoiding the overhead in multi-threaded builds. (#27096) - The `GROWABLE_ARRAYBUFFERS` setting now defaults to 1, which means it will be used when available. Note that this only affects programs that are built with `ALLOW_MEMORY_GROWTH`, which is not enabled by default. (#27212) @@ -93,9 +96,6 @@ See docs/process.md for more on how version tagging works. run dependencies). This means that errors during startup (or during the `main()` function) will more often show up as unhandled promise rejections (`onunhandledreject`) rather than synchronous errors (`onerror`). (#27121) -- The `GROWABLE_ARRAYBUFFERS` setting now support both `=1` (auto-detect and - use the feature) and `=2` (unconditionally use the feature). The second mode - is still useful for avoiding the overhead in multi-threaded builds. (#27096) 6.0.0 - 06/04/26 ----------------