summaryrefslogtreecommitdiff
path: root/doc/api/cluster.md
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-03-24 11:45:19 +0100
committerTobias Nießen <tniessen@tnie.de>2018-03-24 16:59:41 +0100
commit275a7283531bf7c7e05179db7f845881d3b5b626 (patch)
treeb4b819b39a2c5c767c2c0d19ae823ef4e8fcb347 /doc/api/cluster.md
parentf4e5f969baba15a566bb30a1ba11e64fe61470a5 (diff)
downloadandroid-node-v8-275a7283531bf7c7e05179db7f845881d3b5b626.tar.gz
android-node-v8-275a7283531bf7c7e05179db7f845881d3b5b626.tar.bz2
android-node-v8-275a7283531bf7c7e05179db7f845881d3b5b626.zip
doc: add missing metadata for cluster.settings.cwd
PR-URL: https://github.com/nodejs/node/pull/19569 Refs: https://github.com/nodejs/node/pull/18399 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 08a669e4fa..71fd8d8bdf 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -698,6 +698,9 @@ values are `"rr"` and `"none"`.
<!-- YAML
added: v0.7.1
changes:
+ - version: v9.5.0
+ pr-url: https://github.com/nodejs/node/pull/18399
+ description: The `cwd` option is supported now.
- version: 8.2.0
pr-url: https://github.com/nodejs/node/pull/14140
description: The `inspectPort` option is supported now.