Skip to content

Commit

Permalink
2021-10-08, Version 16.11.0 (Current)
Browse files Browse the repository at this point in the history
    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
  • Loading branch information
danielleadams committed Oct 8, 2021
1 parent ccee352 commit 879ff77
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -33,7 +33,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.10.0">16.10.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.11.0">16.11.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.10.0">16.10.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.9.1">16.9.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.9.0">16.9.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.8.0">16.8.0</a><br/>
Expand Down
4 changes: 2 additions & 2 deletions doc/api/fs.md
Expand Up @@ -232,7 +232,7 @@ try {
#### `filehandle.createReadStream([options])`
<!-- YAML
added: REPLACEME
added: v16.11.0
-->
* `options` {Object}
Expand Down Expand Up @@ -298,7 +298,7 @@ fd.createReadStream({ start: 90, end: 99 });
#### `filehandle.createWriteStream([options])`
<!-- YAML
added: REPLACEME
added: v16.11.0
-->
* `options` {Object}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/stream.md
Expand Up @@ -2081,7 +2081,7 @@ for performance reasons.

### `stream.Readable.fromWeb(readableStream[, options])`
<!-- YAML
added: REPLACEME
added: v16.11.0
-->

> Stability: 1 - Experimental
Expand Down
2 changes: 1 addition & 1 deletion doc/api/util.md
Expand Up @@ -1113,7 +1113,7 @@ doSomething[kCustomPromisifiedSymbol] = (foo) => {

## `util.stripVTControlCharacters(str)`
<!-- YAML
added: REPLACEME
added: v16.11.0
-->

* `str` {string}
Expand Down

0 comments on commit 879ff77

Please sign in to comment.