From 51b988ba0fc6022ad32653099ef2c75946f557be Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 2 Oct 2020 00:34:58 +0200 Subject: [PATCH] doc: fix deprecation history PR-URL: https://github.com/nodejs/node/pull/35455 Reviewed-By: Rich Trott --- doc/api/deprecations.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 2f5f7bed39d0c6..44948666ee002e 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()` @@ -2569,7 +2571,9 @@ no longer required due to simplification of the implementation. ### DEP0144: `module.parent`