Skip to content

Commit

Permalink
2022-03-11, Version 16.14.1 'Gallium' (LTS)
Browse files Browse the repository at this point in the history
Notable changes:

* doc:
  * add release key for Bryan English (Bryan English) #42102
  • Loading branch information
danielleadams committed Mar 11, 2022
1 parent 728b657 commit 9bcaae6
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 6 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.14.0">16.14.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.14.1">16.14.1</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.14.0">16.14.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.13.2">16.13.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.13.1">16.13.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.13.0">16.13.0</a><br/>
Expand Down
6 changes: 3 additions & 3 deletions doc/api/crypto.md
Expand Up @@ -2472,12 +2472,12 @@ added: v15.6.0
<!-- YAML
added: v15.6.0
changes:
- version: REPLACEME
- version: v16.14.1
pr-url: https://github.com/nodejs/node/pull/41599
description: The `wildcards`, `partialWildcards`, `multiLabelWildcards`, and
`singleLabelSubdomains` options have been removed since they
had no effect.
- version: REPLACEME
- version: v16.14.1
pr-url: https://github.com/nodejs/node/pull/41569
description: The subject option can now be set to `'default'`.
-->
Expand Down Expand Up @@ -2531,7 +2531,7 @@ from the given `name` in capitalization.
<!-- YAML
added: v15.6.0
changes:
- version: REPLACEME
- version: v16.14.1
pr-url: https://github.com/nodejs/node/pull/41571
description: The `options` argument has been removed since it had no effect.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/stream.md
Expand Up @@ -1778,7 +1778,7 @@ for await (const result of dnsResults) {
### `readable.forEach(fn[, options])`

<!-- YAML
added: REPLACEME
added: v16.14.1
-->

> Stability: 1 - Experimental
Expand Down

0 comments on commit 9bcaae6

Please sign in to comment.