Skip to content

Commit 879ff77

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 ccee352 commit 879ff77

File tree

5 files changed

+125
-5
lines changed

5 files changed

+125
-5
lines changed

CHANGELOG.md

+2-1
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

+2-2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ for performance reasons.
20812081

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

20872087
> Stability: 1 - Experimental

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ doSomething[kCustomPromisifiedSymbol] = (foo) => {
11131113

11141114
## `util.stripVTControlCharacters(str)`
11151115
<!-- YAML
1116-
added: REPLACEME
1116+
added: v16.11.0
11171117
-->
11181118

11191119
* `str` {string}

0 commit comments

Comments
 (0)