Skip to content

Commit 6c77fd3

Browse files
committed
2021-06-15, Version 14.17.1 'Fermium' (LTS)
Notable changes: deps: * update ICU to 69.1 (Michaël Zasso) #38178 src: * align source-map stacks with spec (Benjamin Coe) #37252 PR-URL: #38948
1 parent 163fcec commit 6c77fd3

File tree

5 files changed

+271
-5
lines changed

5 files changed

+271
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ release.
3030
</tr>
3131
<tr>
3232
<td valign="top">
33-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.16.1">14.16.1</a></b><br/>
33+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.17.1">14.17.1</a></b><br/>
34+
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.0">14.17.0</a><br/>
35+
<a href="doc/changelogs/CHANGELOG_V14.md#14.16.1">14.16.1</a><br/>
3436
<a href="doc/changelogs/CHANGELOG_V14.md#14.16.0">14.16.0</a><br/>
3537
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.5">14.15.5</a><br/>
3638
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.4">14.15.4</a><br/>

doc/api/errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,12 +717,12 @@ STDERR/STDOUT, and the data's length is longer than the `maxBuffer` option.
717717
<a id="ERR_CLOSED_MESSAGE_PORT"></a>
718718
### `ERR_CLOSED_MESSAGE_PORT`
719719
<!--
720-
added: REPLACEME
720+
added: v14.17.1
721721
changes:
722722
- version: 11.12.0
723723
pr-url: https://github.com/nodejs/node/pull/26487
724724
description: The error message was removed.
725-
- version: REPLACEME
725+
- version: v14.17.1
726726
pr-url: https://github.com/nodejs/node/pull/38510
727727
description: The error message was reintroduced.
728728
-->

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,7 @@ will result in a `TypeError` being thrown.
22532253
### `outgoingMessage.connection`
22542254
<!-- YAML
22552255
added: v0.3.0
2256-
deprecated: REPLACEME
2256+
deprecated: v14.17.1
22572257
-->
22582258

22592259
> Stability: 0 - Deprecated: Use [`outgoingMessage.socket`][] instead.

0 commit comments

Comments
 (0)