Skip to content

Commit cb6c751

Browse files
committed
doc: add history entry for DEP0190 in child_process.md
PR-URL: #57544 Refs: #57389 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent 9562a52 commit cb6c751

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/child_process.md

+8
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,10 @@ controller.abort();
348348
<!-- YAML
349349
added: v0.1.91
350350
changes:
351+
- version:
352+
- REPLACEME
353+
pr-url: https://github.com./nodejs/node/pull/57389
354+
description: Passing `args` when `shell` is set to `true` is deprecated.
351355
- version:
352356
- v16.4.0
353357
- v14.18.0
@@ -641,6 +645,10 @@ if (process.argv[2] === 'child') {
641645
<!-- YAML
642646
added: v0.1.90
643647
changes:
648+
- version:
649+
- REPLACEME
650+
pr-url: https://github.com./nodejs/node/pull/57389
651+
description: Passing `args` when `shell` is set to `true` is deprecated.
644652
- version:
645653
- v16.4.0
646654
- v14.18.0

0 commit comments

Comments
 (0)