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/buffer.md')
-rw-r--r--doc/api/buffer.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index 3025b285883..4902106a595 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -1380,7 +1380,7 @@ added:
- v12.0.0
- v10.20.0
changes:
- - version: REPLACEME
+ - version: v14.10.0
pr-url: https://github.com/nodejs/node/pull/34960
description: This function is also available as `buf.readBigUint64BE()`.
-->
@@ -1405,7 +1405,7 @@ added:
- v12.0.0
- v10.20.0
changes:
- - version: REPLACEME
+ - version: v14.10.0
pr-url: https://github.com/nodejs/node/pull/34960
description: This function is also available as `buf.readBigUint64LE()`.
-->
@@ -2313,7 +2313,7 @@ added:
- v12.0.0
- v10.20.0
changes:
- - version: REPLACEME
+ - version: v14.10.0
pr-url: https://github.com/nodejs/node/pull/34960
description: This function is also available as `buf.writeBigUint64BE()`.
-->
@@ -2340,7 +2340,7 @@ added:
- v12.0.0
- v10.20.0
changes:
- - version: REPLACEME
+ - version: v14.10.0
pr-url: https://github.com/nodejs/node/pull/34960
description: This function is also available as `buf.writeBigUint64LE()`.
-->