From f978628b806b6650a90cd47e8b28590224af75e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 21 Dec 2020 21:14:19 +0100 Subject: [PATCH] 2020-12-22, Version 15.5.0 (Current) Notable changes: child_process: * (SEMVER-MINOR) add signal support to spawn (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/36432 doc: * add PoojaDurgad to collaborators (Pooja D P) https://github.com/nodejs/node/pull/36511 lib: * (SEMVER-MINOR) support BigInt in querystring.stringify (raisinten) https://github.com/nodejs/node/pull/36499 src: * (SEMVER-MINOR) add way to get IsolateData and allocator from Environment (Anna Henningsen) https://github.com/nodejs/node/pull/36441 * (SEMVER-MINOR) allow preventing SetPrepareStackTraceCallback (Shelley Vohr) https://github.com/nodejs/node/pull/36447 stream: * (SEMVER-MINOR) support abortsignal in constructor (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/36431 PR-URL: https://github.com/nodejs/node/pull/36597 --- CHANGELOG.md | 3 +- doc/api/child_process.md | 2 +- doc/api/stream.md | 4 +- doc/changelogs/CHANGELOG_V15.md | 194 ++++++++++++++++++++++++++++++++ src/node_version.h | 6 +- 5 files changed, 202 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe4883e78de37..a5da2299f7bea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,8 @@ release. -15.4.0
+15.5.0
+15.4.0
15.3.0
15.2.1
15.2.0
diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 920898c2072ee9..116e9f71333468 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -424,7 +424,7 @@ The `shell` option available in [`child_process.spawn()`][] is not supported by