Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-05-18 14:17:26 +0300
committerMichaël Zasso <targos@protonmail.com>2021-05-19 13:56:18 +0300
commit44ffddae8b73a35704dfd4124ab4ce738cf546df (patch)
treeb234ca3bfadec3815cd6c063ecf08be3d9e86233 /doc/api/errors.md
parent910efc2d9a69ac32205d64e4835df481fc057f02 (diff)
2021-05-19, Version 16.2.0 (Current)
Notable changes: async_hooks: * (SEMVER-MINOR) use new v8::Context PromiseHook API (Stephen Belanger) https://github.com/nodejs/node/pull/36394 lib: * support setting process.env.TZ on windows (James M Snell) https://github.com/nodejs/node/pull/38642 module: * (SEMVER-MINOR) add support for `URL` to `import.meta.resolve` (Antoine du Hamel) https://github.com/nodejs/node/pull/38587 process: * (SEMVER-MINOR) add `'worker'` event (James M Snell) https://github.com/nodejs/node/pull/38659 util: * (SEMVER-MINOR) add util.types.isKeyObject and util.types.isCryptoKey (Filip Skokan) https://github.com/nodejs/node/pull/38619 PR-URL: https://github.com/nodejs/node/pull/38719
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index f199689f2dc..0a2823db057 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -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: v16.2.0
changes:
- version: 11.12.0
pr-url: https://github.com/nodejs/node/pull/26487
description: The error message was removed.
- - version: REPLACEME
+ - version: v16.2.0
pr-url: https://github.com/nodejs/node/pull/38510
description: The error message was reintroduced.
-->