diff options
author | Antoine du Hamel <duhamelantoine1995@gmail.com> | 2020-09-08 00:10:44 +0200 |
---|---|---|
committer | Beth Griggs <bgriggs@redhat.com> | 2021-07-29 11:56:47 +0100 |
commit | eccc9a6578610c48aadc9dea5b4e391cab7fc791 (patch) | |
tree | 3fa1094a4bb1cfde51b4062121c97f59da7125ab /doc/api/deprecations.md | |
parent | a082a705b391712758ec9e296ca62653b458f841 (diff) | |
download | node-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.md | 5 |
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. |