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:
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index b154c96c9eb..507ef307e60 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -3019,6 +3019,9 @@ it was an aborted or graceful destroy.
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/40773
+ description: End-of-life.
- version:
- v17.2.0
- v16.14.0
@@ -3026,7 +3029,7 @@ changes:
description: Documentation-only deprecation.
-->
-Type: Documentation-only
+Type: End-of-Life
An undocumented feature of Node.js streams was to support thenables in
implementation methods. This is now deprecated, use callbacks instead and avoid