summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-05-29 10:16:49 -0400
committercjihrig <cjihrig@gmail.com>2019-05-31 10:15:55 -0400
commit3ba6813daf8aab3f58d09b92aef4676a872debde (patch)
treec7057f8663cfd840f6a663d9aafffe4df6314ff1 /doc
parent58fb6f5f0dd2af6e583453fff201f7a32dee58e5 (diff)
downloadandroid-node-v8-3ba6813daf8aab3f58d09b92aef4676a872debde.tar.gz
android-node-v8-3ba6813daf8aab3f58d09b92aef4676a872debde.tar.bz2
android-node-v8-3ba6813daf8aab3f58d09b92aef4676a872debde.zip
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 <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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 6658c646fe..9773c4069f 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.
<a id="DEP0038"></a>
### 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.
<a id="DEP0039"></a>
### DEP0039: require.extensions