diff options
author | Michaël Zasso <targos@protonmail.com> | 2021-10-20 17:38:38 +0200 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2021-10-20 17:38:46 +0200 |
commit | d68dd62bd0a0f4ce2320f017f5c63cbe5db9b916 (patch) | |
tree | fef6192ab7a4ab642f457df15a4f3a8c67c56dc7 /CHANGELOG.md | |
parent | 8dce85aadc3220fd2f987ef75eaa15d107e33273 (diff) | |
download | node-new-d68dd62bd0a0f4ce2320f017f5c63cbe5db9b916.tar.gz |
2021-10-20, Version 17.0.1 (Current)v17.0.1v17.0.1-proposal
Notable changes:
Fixed distribution for native addon builds
This release fixes an issue introduced in Node.js v17.0.0, where some V8
headers were missing from the distributed tarball, making it impossible
to build native addons. These headers are now included.
https://github.com/nodejs/node/pull/40526
Fixed stream issues
* Fixed a regression in `stream.promises.pipeline`, which was introduced
in version 16.10.0, is fixed. It is now possible again to pass an
array of streams to the function.
https://github.com/nodejs/node/pull/40193
* Fixed a bug in `stream.Duplex.from`, which didn't work properly when
an async generator function was passed to it.
https://github.com/nodejs/node/pull/40499
PR-URL: https://github.com/nodejs/node/pull/40535
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38efc53174..a371788de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,8 @@ release. </tr> <tr> <td valign="top"> -<b><a href="doc/changelogs/CHANGELOG_V17.md#17.0.0">17.0.0</a></b><br/> +<b><a href="doc/changelogs/CHANGELOG_V17.md#17.0.1">17.0.1</a></b><br/> +<a href="doc/changelogs/CHANGELOG_V17.md#17.0.0">17.0.0</a><br/> </td> <td valign="top"> <b><a href="doc/changelogs/CHANGELOG_V16.md#16.11.1">16.11.1</a></b><br/> |