From 73943829b5c41277055726b7b75f4b97498a1ab2 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Thu, 2 Jul 2026 10:16:43 +0200 Subject: [PATCH] Move ChangeLog entry for #27096. NFC #27096 wasn't included in the 6.0.1 release. --- ChangeLog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ----------------