Skip to content

Commit ad40e78

Browse files
watsonBethGriggs
authored andcommitted
doc: fix added version of randomFill+randomFillSync
PR-URL: #24812 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 56916c8 commit ad40e78

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/api/crypto.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,9 @@ request.
22202220

22212221
### crypto.randomFillSync(buffer[, offset][, size])
22222222
<!-- YAML
2223-
added: v7.10.0
2223+
added:
2224+
- v7.10.0
2225+
- v6.13.0
22242226
changes:
22252227
- version: v9.0.0
22262228
pr-url: https://github.com/nodejs/node/pull/15231
@@ -2264,7 +2266,9 @@ console.log(Buffer.from(crypto.randomFillSync(c).buffer,
22642266

22652267
### crypto.randomFill(buffer[, offset][, size], callback)
22662268
<!-- YAML
2267-
added: v7.10.0
2269+
added:
2270+
- v7.10.0
2271+
- v6.13.0
22682272
changes:
22692273
- version: v9.0.0
22702274
pr-url: https://github.com/nodejs/node/pull/15231

0 commit comments

Comments
 (0)