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
path: root/doc/api
diff options
context:
space:
mode:
authorBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-12-18 04:00:49 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-12-18 19:14:52 +0300
commit9a5b24350c0d20d510cbe5bc8bba7e0991149d8f (patch)
tree75a2768138d068b5666214ddb5ffb06a8ce8c906 /doc/api
parent2e94f3b798229118680b0f1110415c058e978de9 (diff)
2018-12-18, Version 11.5.0 (Current)v11.5.0
Notable changes: * **tls**: * support "BEGIN TRUSTED CERTIFICATE" for ca: (Sam Roberts) [#24733](https://github.com/nodejs/node/pull/24733) * **util**: * add inspection getter option (Ruben Bridgewater) [#24852](https://github.com/nodejs/node/pull/24852) PR-URL: https://github.com/nodejs/node/pull/25102
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/tls.md4
-rw-r--r--doc/api/util.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 80d23ddb6fb..d16af379e12 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1054,8 +1054,8 @@ argument.
<!-- YAML
added: v0.11.13
changes:
- - version: REPLACEME
- pr-url: REPLACEME
+ - version: v11.5.0
+ pr-url: https://github.com/nodejs/node/pull/24733
description: The `ca:` option now supports `BEGIN TRUSTED CERTIFICATE`.
- version: v11.4.0
pr-url: https://github.com/nodejs/node/pull/24405
diff --git a/doc/api/util.md b/doc/api/util.md
index 62234a5a175..0d93bd3e437 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -375,7 +375,7 @@ stream.write('With ES6');
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
+ - version: v11.5.0
pr-url: https://github.com/nodejs/node/pull/24852
description: The `getters` option is supported now.
- version: v11.4.0