summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/assert.md12
-rw-r--r--doc/api/crypto.md4
-rw-r--r--doc/api/tls.md4
-rw-r--r--doc/api/tty.md2
-rw-r--r--doc/api/util.md4
5 files changed, 13 insertions, 13 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index c1bcc9ebb3..2ecf628e4a 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -15,12 +15,12 @@ For more information about the used equality comparisons see
## Strict mode
<!-- YAML
-added: REPLACEME
+added: v9.9.0
changes:
- - version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ - version: v9.9.0
+ pr-url: https://github.com/nodejs/node/pull/17615
description: Added error diffs to the strict mode
- - version: REPLACEME
+ - version: v9.9.0
pr-url: https://github.com/nodejs/node/pull/17002
description: Added strict mode to the assert module.
-->
@@ -765,8 +765,8 @@ instead of the `AssertionError`.
<!-- YAML
added: v0.1.21
changes:
- - version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ - version: v9.9.0
+ pr-url: https://github.com/nodejs/node/pull/17584
description: The `error` parameter can now be an object as well.
- version: v4.2.0
pr-url: https://github.com/nodejs/node/pull/3276
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index e0e58745ba..bf0315fc03 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1274,7 +1274,7 @@ Adversaries][] for details.
<!-- YAML
added: v0.1.94
changes:
- - version: REPLACEME
+ - version: v9.9.0
pr-url: https://github.com/nodejs/node/pull/18644
description: The `iv` parameter may now be `null` for ciphers which do not
need an initialization vector.
@@ -1341,7 +1341,7 @@ to create the `Decipher` object.
<!-- YAML
added: v0.1.94
changes:
- - version: REPLACEME
+ - version: v9.9.0
pr-url: https://github.com/nodejs/node/pull/18644
description: The `iv` parameter may now be `null` for ciphers which do not
need an initialization vector.
diff --git a/doc/api/tls.md b/doc/api/tls.md
index d31d401fdb..3bc7b94f83 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -586,7 +586,7 @@ For Example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`
### tlsSocket.getFinished()
<!-- YAML
-added: REPLACEME
+added: v9.9.0
-->
* Returns: {Buffer|undefined} The latest `Finished` message that has been
@@ -646,7 +646,7 @@ If the peer does not provide a certificate, an empty object will be returned.
### tlsSocket.getPeerFinished()
<!-- YAML
-added: REPLACEME
+added: v9.9.0
-->
* Returns: {Buffer|undefined} The latest `Finished` message that is expected
diff --git a/doc/api/tty.md b/doc/api/tty.md
index ce6dbae8fa..a3ade6656f 100644
--- a/doc/api/tty.md
+++ b/doc/api/tty.md
@@ -123,7 +123,7 @@ is updated whenever the `'resize'` event is emitted.
### writeStream.getColorDepth([env])
<!-- YAML
-added: REPLACEME
+added: v9.9.0
-->
* `env` {object} A object containing the environment variables to check.
diff --git a/doc/api/util.md b/doc/api/util.md
index bc1d3ae262..77940425e1 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -316,8 +316,8 @@ stream.write('With ES6');
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ - version: v9.9.0
+ pr-url: https://github.com/nodejs/node/pull/17576
description: The `compact` option is supported now.
- version: v6.6.0
pr-url: https://github.com/nodejs/node/pull/8174