Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index ca6abdb9882..745bed42b44 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1215,7 +1215,7 @@ This can be called many times with new data as it is streamed.
<!-- YAML
added: v11.6.0
changes:
- - version: REPLACEME
+ - version: v12.19.0
pr-url: https://github.com/nodejs/node/pull/33360
description: Instances of this class can now be passed to worker threads
using `postMessage`.
@@ -2781,7 +2781,7 @@ request.
### `crypto.randomInt([min, ]max[, callback])`
<!-- YAML
-added: REPLACEME
+added: v12.19.0
-->
* `min` {integer} Start of random range (inclusive). **Default**: `0`.