summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 9f1b3c0b70..dc12efb906 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2167,16 +2167,19 @@ of Node.js core and will be removed in the future.
<!-- YAML
changes:
- version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/22519
- description: Runtime deprecation.
+ pr-url:
+ - https://github.com/nodejs/node/pull/22519
+ - https://github.com/nodejs/node/pull/23017
+ description: Added documentation-only deprecation
+ with `--pending-deprecation` support.
-->
-Type: Runtime
+Type: Documentation-only (supports [`--pending-deprecation`][])
In recent versions of Node.js, there is no difference between
[`crypto.randomBytes()`][] and `crypto.pseudoRandomBytes()`. The latter is
deprecated along with the undocumented aliases `crypto.prng()` and
-`crypto.rng()` in favor of [`crypto.randomBytes()`][] and will be removed in a
+`crypto.rng()` in favor of [`crypto.randomBytes()`][] and may be removed in a
future release.
<a id="DEP0116"></a>