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:
authorTobias Nießen <tniessen@tnie.de>2018-03-24 13:45:19 +0300
committerTobias Nießen <tniessen@tnie.de>2018-03-24 18:59:41 +0300
commit275a7283531bf7c7e05179db7f845881d3b5b626 (patch)
treeb4b819b39a2c5c767c2c0d19ae823ef4e8fcb347 /doc/api/cluster.md
parentf4e5f969baba15a566bb30a1ba11e64fe61470a5 (diff)
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 08a669e4fa0..71fd8d8bdfd 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.