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/tls.md')
-rw-r--r--doc/api/tls.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 2898c28cd32..6239ec6f417 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -956,7 +956,7 @@ port or host argument.
<!-- YAML
added: v0.11.13
changes:
- - version: REPLACEME
+ - version: v9.3.0
pr-url: https://github.com/nodejs/node/pull/6569
description: The `options` parameter can now include `clientCertEngine`.
- version: v7.3.0
@@ -1071,7 +1071,7 @@ publicly trusted list of CAs as given in
<!-- YAML
added: v0.3.2
changes:
- - version: REPLACEME
+ - version: v9.3.0
pr-url: https://github.com/nodejs/node/pull/6569
description: The `options` parameter can now include `clientCertEngine`.
- version: v8.0.0