Skip to content

Commit 431d90c

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 eb8f7ee commit 431d90c

File tree

4 files changed

+267
-4
lines changed

4 files changed

+267
-4
lines changed

doc/api/errors.md

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

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