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:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-02 01:34:58 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 01:53:19 +0300
commitef1af47b26e1cc7ac95d2bc98160b2e6728c7b09 (patch)
tree7050172143153fae64c25a3edd3b35f4552722f8 /doc/api/deprecations.md
parent96c37b33126c6243f8ba4d190e5b7b1283104f36 (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/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 76520a4b4d0..7d4dc57e5ab 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1739,7 +1739,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.
-->
@@ -2547,9 +2547,9 @@ API.
<!-- YAML
changes:
- version:
- - v12.19.0
- - v14.6.0
- pr-url: https://github.com/nodejs/node/pull/32217
+ - v14.1.0
+ - v13.14.0
+ pr-url: https://github.com/nodejs/node/pull/32807
description: Documentation-only deprecation.
-->
@@ -2598,7 +2598,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.
-->