Skip to content

Commit dae3db3

Browse files
richardlauaduh95
andauthored
fixup! doc: add known issue to v24.11.0 release notes
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 83e4abd commit dae3db3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/changelogs/CHANGELOG_V24.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@ that the release is LTS, no further changes from Node.js 24.10.0 are included.
7272

7373
### Known issue
7474

75-
An issue has been identified in the Node.js 24.x line with `Buffer.allocUnsafe` unintentionally returning zero-filled buffers. This API is [documented to return uninitialized memory](https://nodejs.org/docs/latest-v24.x/api/buffer.html#static-method-bufferallocunsafesize). The documented behavior will be restored in the next Node.js 24.x LTS release to bring it back in line with previous releases. For more information, see [#60423](https://github.com/nodejs/node/issues/60423).
75+
An issue has been identified in the Node.js 24.x line with `Buffer.allocUnsafe`
76+
unintentionally returning zero-filled buffers. This API is
77+
[documented to return uninitialized memory](https://nodejs.org/docs/latest-v24.x/api/buffer.html#static-method-bufferallocunsafesize).
78+
The documented behavior will be restored in the next Node.js 24.x LTS release to bring
79+
it back in line with previous releases. For more information, see
80+
[#60423](https://github.com/nodejs/node/issues/60423).
7681

7782
<a id="24.10.0"></a>
7883

0 commit comments

Comments
 (0)