Skip to content

Commit f1ae6fb

Browse files
committed
2021-10-08, Version 16.11.0 (Current)
Notable changes: * crypto: * update root certificates (Richard Lau) #40280 * deps: * upgrade npm to 8.0.0 (npm team) #40369 * update `nghttp2` to v1.45.1 (thunder-coding) #40206 * update V8 to 9.4.146.19 (Michaël Zasso) #40285 * tools: * update certdata.txt (Richard Lau) #40280 PR-URL: #40319
1 parent b89c7ae commit f1ae6fb

File tree

6 files changed

+128
-8
lines changed

6 files changed

+128
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
</tr>
3434
<tr>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.10.0">16.10.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.11.0">16.11.0</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V16.md#16.10.0">16.10.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.9.1">16.9.1</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.9.0">16.9.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V16.md#16.8.0">16.8.0</a><br/>

doc/api/fs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ try {
232232
233233
#### `filehandle.createReadStream([options])`
234234
<!-- YAML
235-
added: REPLACEME
235+
added: v16.11.0
236236
-->
237237
238238
* `options` {Object}
@@ -298,7 +298,7 @@ fd.createReadStream({ start: 90, end: 99 });
298298
299299
#### `filehandle.createWriteStream([options])`
300300
<!-- YAML
301-
added: REPLACEME
301+
added: v16.11.0
302302
-->
303303
304304
* `options` {Object}

doc/api/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2080,7 +2080,7 @@ for performance reasons.
20802080

20812081
### `stream.Readable.fromWeb(readableStream[, options])`
20822082
<!-- YAML
2083-
added: REPLACEME
2083+
added: v16.11.0
20842084
-->
20852085

20862086
> Stability: 1 - Experimental

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ doSomething[kCustomPromisifiedSymbol] = (foo) => {
11111111

11121112
## `util.stripVTControlCharacters(str)`
11131113
<!-- YAML
1114-
added: REPLACEME
1114+
added: v16.11.0
11151115
-->
11161116

11171117
* `str` {string}

0 commit comments

Comments
 (0)