From ebe7c5d6a03abd8fe2c51d7493707cc50ba0ac51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 7 Sep 2018 22:21:56 +0200 Subject: [PATCH 1/2] doc: fix description of DEP0024 --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 10ffa49f4d5207..9afba22905c97f 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -256,8 +256,8 @@ The `os.getNetworkInterfaces()` method is deprecated. Please use the Type: End-of-Life -The `REPLServer.prototype.convertToContext()` API is deprecated and should -not be used. +The `REPLServer.prototype.convertToContext()` API has been removed +and cannot be used anymore. ### DEP0025: require('sys') From e9ec38c73e7ae101e8410bc5dc983e0ac5aa2c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 8 Sep 2018 11:10:51 +0200 Subject: [PATCH 2/2] Address Trott's comment --- doc/api/deprecations.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 9afba22905c97f..0e39e1996fdcea 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -256,8 +256,7 @@ The `os.getNetworkInterfaces()` method is deprecated. Please use the Type: End-of-Life -The `REPLServer.prototype.convertToContext()` API has been removed -and cannot be used anymore. +The `REPLServer.prototype.convertToContext()` API has been removed. ### DEP0025: require('sys')