Skip to content

Commit

Permalink
2021-06-15, Version 14.17.1 'Fermium' (LTS)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
targos committed Jun 11, 2021
1 parent eb8f7ee commit 431d90c
Show file tree
Hide file tree
Showing 4 changed files with 267 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/api/errors.md
Expand Up @@ -717,12 +717,12 @@ STDERR/STDOUT, and the data's length is longer than the `maxBuffer` option.
<a id="ERR_CLOSED_MESSAGE_PORT"></a>
### `ERR_CLOSED_MESSAGE_PORT`
<!--
added: REPLACEME
added: v14.17.1
changes:
- version: 11.12.0
pr-url: https://github.com/nodejs/node/pull/26487
description: The error message was removed.
- version: REPLACEME
- version: v14.17.1
pr-url: https://github.com/nodejs/node/pull/38510
description: The error message was reintroduced.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -2253,7 +2253,7 @@ will result in a `TypeError` being thrown.
### `outgoingMessage.connection`
<!-- YAML
added: v0.3.0
deprecated: REPLACEME
deprecated: v14.17.1
-->

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

0 comments on commit 431d90c

Please sign in to comment.