diff options
| author | Michaël Zasso <targos@protonmail.com> | 2021-03-02 14:22:58 +0100 |
|---|---|---|
| committer | Michaël Zasso <targos@protonmail.com> | 2021-03-03 07:06:17 +0100 |
| commit | f6b1df222665aa6ec07fd4eeccb704848cbaf2f1 (patch) | |
| tree | 8881f47944db91a35e99ea21324cdb1d6ee7b1f0 /doc/api/child_process.md | |
| parent | 20def25f25d824df62859785724e6e712c7e3292 (diff) | |
| download | node-new-f6b1df222665aa6ec07fd4eeccb704848cbaf2f1.tar.gz | |
2021-03-03, Version 15.11.0 (Current)
Notable changes:
crypto:
* (SEMVER-MINOR) make FIPS related options always awailable (Vít Ondruch) https://github.com/nodejs/node/pull/36341
errors:
* (SEMVER-MINOR) remove experimental from --enable-source-maps (Benjamin Coe) https://github.com/nodejs/node/pull/37362
PR-URL: https://github.com/nodejs/node/pull/37569
Diffstat (limited to 'doc/api/child_process.md')
| -rw-r--r-- | doc/api/child_process.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md index b7fce21628..80346c8581 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -351,7 +351,7 @@ controller.abort(); <!-- YAML added: v0.5.0 changes: - - version: REPLACEME + - version: v15.11.0 pr-url: https://github.com/nodejs/node/pull/37325 description: killSignal for AbortSignal was added. - version: v15.6.0 @@ -436,7 +436,7 @@ The `signal` option works exactly the same way it does in <!-- YAML added: v0.1.90 changes: - - version: REPLACEME + - version: v15.11.0 pr-url: https://github.com/nodejs/node/pull/37325 description: killSignal for AbortSignal was added. - version: v15.5.0 |
