Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, maybe we should merge these two changelog entries then, since they come in the same release?

Expand Down Expand Up @@ -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
----------------
Expand Down
Loading