From bab9f5a8919cf0afc4ebdbc0853e20af9e80ee91 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 29 May 2019 10:16:49 -0400 Subject: [PATCH] doc: add information to revoked deprecations Revoked deprecations are supposed to have some sort of information explaining why the deprecation was reversed. This commit adds some information to the two existing revoked deprecations. PR-URL: https://github.com/nodejs/node/pull/27952 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: James M Snell --- doc/api/deprecations.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 6658c646fefb57..9773c4069f61c6 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -796,7 +796,9 @@ changes: Type: Deprecation revoked -The [`fs.lchown(path, uid, gid, callback)`][] API is deprecated. +The [`fs.lchown(path, uid, gid, callback)`][] API was deprecated. The +deprecation was revoked because the requisite supporting APIs were added in +libuv. ### DEP0038: fs.lchownSync(path, uid, gid) @@ -816,7 +818,8 @@ changes: Type: Deprecation revoked -The [`fs.lchownSync(path, uid, gid)`][] API is deprecated. +The [`fs.lchownSync(path, uid, gid)`][] API was deprecated. The deprecation was +revoked because the requisite supporting APIs were added in libuv. ### DEP0039: require.extensions