Skip to content

Commit 9e45dc5

Browse files
committed
2021-06-15, Version 14.17.1 'Fermium' (LTS)
Notable changes: src: * (SEMVER-MINOR) add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486 PR-URL: TODO
1 parent 67c7b8a commit 9e45dc5

File tree

4 files changed

+263
-4
lines changed

4 files changed

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