summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-12-18 01:00:49 +0000
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-12-18 18:36:17 +0000
commit74a1dfb56e413373064475290a1fd6a9cf8cd9ae (patch)
tree625bdc60e670415ef36f2f5f57c317323fed702a /doc/api/util.md
parent1cbd377078cd07447a6877fb9f844dd949a1cd43 (diff)
downloadandroid-node-v8-74a1dfb56e413373064475290a1fd6a9cf8cd9ae.tar.gz
android-node-v8-74a1dfb56e413373064475290a1fd6a9cf8cd9ae.tar.bz2
android-node-v8-74a1dfb56e413373064475290a1fd6a9cf8cd9ae.zip
2018-12-18, Version 11.5.0 (Current)
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/util.md')
-rw-r--r--doc/api/util.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 22859dfdfe..19032aaab2 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -389,7 +389,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