Skip to content

Commit eaca13d

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 38ae407 commit eaca13d

File tree

5 files changed

+249
-82
lines changed

5 files changed

+249
-82
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
-->
@@ -2569,7 +2569,7 @@ See the POSIX mkdir(2) documentation for more details.
25692569
<!-- YAML
25702570
added: v5.10.0
25712571
changes:
2572-
- version: REPLACEME
2572+
- version: v16.5.0
25732573
pr-url: https://github.com/nodejs/node/pull/39028
25742574
description: The `prefix` parameter now accepts an empty string.
25752575
- version: v10.0.0
@@ -4504,7 +4504,7 @@ See the POSIX mkdir(2) documentation for more details.
45044504
<!-- YAML
45054505
added: v5.10.0
45064506
changes:
4507-
- version: REPLACEME
4507+
- version: v16.5.0
45084508
pr-url: https://github.com/nodejs/node/pull/39028
45094509
description: The `prefix` parameter now accepts an empty string.
45104510
-->

0 commit comments

Comments
 (0)