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