summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-09-08 00:10:44 +0200
committerBeth Griggs <bgriggs@redhat.com>2021-07-29 11:56:47 +0100
commiteccc9a6578610c48aadc9dea5b4e391cab7fc791 (patch)
tree3fa1094a4bb1cfde51b4062121c97f59da7125ab /doc/api/deprecations.md
parenta082a705b391712758ec9e296ca62653b458f841 (diff)
downloadnode-new-eccc9a6578610c48aadc9dea5b4e391cab7fc791.tar.gz
punycode: add pending deprecation
PR-URL: https://github.com/nodejs/node/pull/38444 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 68e5777ddd..2e91a34b5d 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -831,12 +831,15 @@ The [`require.extensions`][] property is deprecated.
### DEP0040: `punycode` module
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/38444
+ description: Added support for `--pending-deprecation`.
- version: v7.0.0
pr-url: https://github.com/nodejs/node/pull/7941
description: Documentation-only deprecation.
-->
-Type: Documentation-only
+Type: Documentation-only (supports [`--pending-deprecation`][])
The [`punycode`][] module is deprecated. Please use a userland alternative
instead.