Skip to content

Commit 4a9fcb3

Browse files
committed
2021-07-14, Version 16.5.0 (Current)
Notable changes: deps: * upgrade npm to 7.19.1 (npm team) #39225 fs: * (SEMVER-MINOR) allow empty string for temp directory prefix (Voltrex) #39028 stream: * (SEMVER-MINOR) implement Web Streams API (James M Snell) #39062 PR-URL: #39373
1 parent cfb7c4f commit 4a9fcb3

File tree

4 files changed

+246
-79
lines changed

4 files changed

+246
-79
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ release.
3232
</tr>
3333
<tr>
3434
<td valign="top">
35-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.4.2">16.4.2</a></b><br/>
35+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.5.0">16.5.0</a></b><br/>
36+
<a href="doc/changelogs/CHANGELOG_V16.md#16.4.2">16.4.2</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V16.md#16.4.1">16.4.1</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.4.0">16.4.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.3.0">16.3.0</a><br/>

doc/api/fs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ rejection only when `recursive` is false.
796796
<!-- YAML
797797
added: v10.0.0
798798
changes:
799-
- version: REPLACEME
799+
- version: v16.5.0
800800
pr-url: https://github.com/nodejs/node/pull/39028
801801
description: The `prefix` parameter now accepts an empty string.
802802
-->
@@ -2571,7 +2571,7 @@ See the POSIX mkdir(2) documentation for more details.
25712571
<!-- YAML
25722572
added: v5.10.0
25732573
changes:
2574-
- version: REPLACEME
2574+
- version: v16.5.0
25752575
pr-url: https://github.com/nodejs/node/pull/39028
25762576
description: The `prefix` parameter now accepts an empty string.
25772577
- version: v10.0.0
@@ -4512,7 +4512,7 @@ See the POSIX mkdir(2) documentation for more details.
45124512
<!-- YAML
45134513
added: v5.10.0
45144514
changes:
4515-
- version: REPLACEME
4515+
- version: v16.5.0
45164516
pr-url: https://github.com/nodejs/node/pull/39028
45174517
description: The `prefix` parameter now accepts an empty string.
45184518
-->

0 commit comments

Comments
 (0)