From 531cb6238df67baed95e86a3be274f1b759e6f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 24 Mar 2018 18:03:05 +0100 Subject: [PATCH] doc: add missing metadata for settings.windowsHide PR-URL: https://github.com/nodejs/node/pull/19578 Refs: https://github.com/nodejs/node/pull/17412 Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat --- doc/api/cluster.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 70e7036a28d168..f66a21cd5e3d37 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -734,6 +734,9 @@ changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/18399 description: The `cwd` option is supported now. + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/17412 + description: The `windowsHide` option is supported now. - version: 8.2.0 pr-url: https://github.com/nodejs/node/pull/14140 description: The `inspectPort` option is supported now.