Skip to content

Commit bab9f5a

Browse files
cjihrigtargos
authored andcommitted
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: #27952 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f4fc75d commit bab9f5a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api/deprecations.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,9 @@ changes:
796796

797797
Type: Deprecation revoked
798798

799-
The [`fs.lchown(path, uid, gid, callback)`][] API is deprecated.
799+
The [`fs.lchown(path, uid, gid, callback)`][] API was deprecated. The
800+
deprecation was revoked because the requisite supporting APIs were added in
801+
libuv.
800802

801803
<a id="DEP0038"></a>
802804
### DEP0038: fs.lchownSync(path, uid, gid)
@@ -816,7 +818,8 @@ changes:
816818

817819
Type: Deprecation revoked
818820

819-
The [`fs.lchownSync(path, uid, gid)`][] API is deprecated.
821+
The [`fs.lchownSync(path, uid, gid)`][] API was deprecated. The deprecation was
822+
revoked because the requisite supporting APIs were added in libuv.
820823

821824
<a id="DEP0039"></a>
822825
### DEP0039: require.extensions

0 commit comments

Comments
 (0)