summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/crypto.md4
-rw-r--r--doc/api/fs.md4
-rw-r--r--doc/api/http2.md2
-rw-r--r--doc/api/net.md2
-rw-r--r--doc/api/stream.md4
-rw-r--r--doc/api/tls.md2
6 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index f592f36e24..579d4d9f54 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1379,7 +1379,7 @@ Adversaries][] for details.
<!-- YAML
added: v0.1.94
changes:
- - version: REPLACEME
+ - version: v11.2.0
pr-url: https://github.com/nodejs/node/pull/24081
description: The cipher `chacha20-poly1305` is now supported.
- version: v10.10.0
@@ -1468,7 +1468,7 @@ to create the `Decipher` object.
<!-- YAML
added: v0.1.94
changes:
- - version: REPLACEME
+ - version: v11.2.0
pr-url: https://github.com/nodejs/node/pull/24081
description: The cipher `chacha20-poly1305` is now supported.
- version: v10.10.0
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 38e5e4e626..ce054230e6 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -490,7 +490,7 @@ argument to `fs.createReadStream()`. If `path` is passed as a string, then
### readStream.pending
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* {boolean}
@@ -845,7 +845,7 @@ argument to [`fs.createWriteStream()`][]. If `path` is passed as a string, then
### writeStream.pending
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* {boolean}
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 25fc097224..f0147504b3 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1014,7 +1014,7 @@ the `'aborted'` event will have been emitted.
#### http2stream.bufferSize
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* {number}
diff --git a/doc/api/net.md b/doc/api/net.md
index 2ce807ec77..b925245e7a 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -726,7 +726,7 @@ Useful to throttle back an upload.
### socket.pending
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* {boolean}
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 8d31719109..d5cabbc57e 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1493,7 +1493,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/18438
description: >
Add `emitClose` option to specify if `'close'` is emitted on destroy
- - version: REPLACEME
+ - version: v11.2.0
pr-url: https://github.com/nodejs/node/pull/22795
description: >
Add `autoDestroy` option to automatically `destroy()` the stream
@@ -1765,7 +1765,7 @@ constructor and implement the `readable._read()` method.
#### new stream.Readable([options])
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v11.2.0
pr-url: https://github.com/nodejs/node/pull/22795
description: >
Add `autoDestroy` option to automatically `destroy()` the stream
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 3f8254ebd8..392052986e 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -568,7 +568,7 @@ Always returns `true`. This may be used to distinguish TLS sockets from regular
### tlsSocket.getCertificate()
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* Returns: {Object}