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
path: root/doc
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-02 01:34:58 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-10-14 02:07:16 +0300
commit51b988ba0fc6022ad32653099ef2c75946f557be (patch)
treeda49095e9e6a1d69968bdf3f6ae4b6172b4fd70d /doc
parent328c624cdfec3212978a6fcd43187b727444c293 (diff)
doc: fix deprecation history
PR-URL: https://github.com/nodejs/node/pull/35455 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 2f5f7bed39d..44948666ee0 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1717,7 +1717,7 @@ changes:
description: Deprecation revoked.
- version:
- v9.9.0
- - v10.0.0
+ - v8.13.0
pr-url: https://github.com/nodejs/node/pull/17002
description: Documentation-only deprecation.
-->
@@ -2519,7 +2519,9 @@ API.
### DEP0140: Use `request.destroy()` instead of `request.abort()`
<!-- YAML
changes:
- - version: v14.1.0
+ - version:
+ - v14.1.0
+ - v13.14.0
pr-url: https://github.com/nodejs/node/pull/32807
description: Documentation-only deprecation.
-->
@@ -2569,7 +2571,9 @@ no longer required due to simplification of the implementation.
### DEP0144: `module.parent`
<!-- YAML
changes:
- - version: v14.6.0
+ - version:
+ - v14.6.0
+ - v12.19.0
pr-url: https://github.com/nodejs/node/pull/32217
description: Documentation-only deprecation.
-->