summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/cli.md4
-rw-r--r--doc/api/crypto.md2
-rw-r--r--doc/api/dgram.md4
-rw-r--r--doc/api/fs.md6
-rw-r--r--doc/api/http.md2
5 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index d9d7d3ad5e..fa46a00aff 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -207,7 +207,7 @@ Enable experimental diagnostic report feature.
### `--experimental-resolve-self`
<!-- YAML
-added: REPLACEME
+added: v13.1.0
-->
Enable experimental support for a package using `require` or `import` to load
@@ -767,7 +767,7 @@ connection problems.
### `--trace-uncaught`
<!-- YAML
-added: REPLACEME
+added: v13.1.0
-->
Print stack traces for uncaught exceptions; usually, the stack trace associated
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 83f91620a7..91eefa7f16 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1043,7 +1043,7 @@ console.log(hash.digest('hex'));
### hash.copy(\[options\])
<!-- YAML
-added: REPLACEME
+added: v13.1.0
-->
* `options` {Object} [`stream.transform` options][]
diff --git a/doc/api/dgram.md b/doc/api/dgram.md
index 8639f89460..6499282d05 100644
--- a/doc/api/dgram.md
+++ b/doc/api/dgram.md
@@ -125,7 +125,7 @@ if (cluster.isMaster) {
### socket.addSourceSpecificMembership(sourceAddress, groupAddress\[, multicastInterface\])
<!-- YAML
-added: REPLACEME
+added: v13.1.0
-->
* `sourceAddress` {string}
* `groupAddress` {string}
@@ -314,7 +314,7 @@ drop membership on all valid interfaces.
### socket.dropSourceSpecificMembership(sourceAddress, groupAddress\[, multicastInterface\])
<!-- YAML
-added: REPLACEME
+added: v13.1.0
-->
* `sourceAddress` {string}
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 7f6c815b9b..de0acff8ea 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -2626,7 +2626,7 @@ Functions based on `fs.open()` exhibit this behavior as well:
<!-- YAML
added: v12.12.0
changes:
- - version: REPLACEME
+ - version: v13.1.0
pr-url: https://github.com/nodejs/node/pull/30114
description: The `bufferSize` option was introduced.
-->
@@ -2653,7 +2653,7 @@ directory and subsequent read operations.
<!-- YAML
added: v12.12.0
changes:
- - version: REPLACEME
+ - version: v13.1.0
pr-url: https://github.com/nodejs/node/pull/30114
description: The `bufferSize` option was introduced.
-->
@@ -4844,7 +4844,7 @@ a colon, Node.js will open a file system stream, as described by
<!-- YAML
added: v12.12.0
changes:
- - version: REPLACEME
+ - version: v13.1.0
pr-url: https://github.com/nodejs/node/pull/30114
description: The `bufferSize` option was introduced.
-->
diff --git a/doc/api/http.md b/doc/api/http.md
index 4d44121e84..81e07b482a 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1668,7 +1668,7 @@ the request body should be sent.
<!-- YAML
added: v0.1.17
changes:
- - version: REPLACEME
+ - version: v13.1.0
pr-url: https://github.com/nodejs/node/pull/30135
description: The `readableHighWaterMark` value mirrors that of the socket.
-->