From 0b4ecea76062d7ce77b5bae5fc3f44cbf8617045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 2 Mar 2021 14:22:58 +0100 Subject: [PATCH] 2021-03-02, Version 15.11.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: TODO --- CHANGELOG.md | 3 +- doc/api/child_process.md | 4 +- doc/api/cli.md | 2 +- doc/api/stream.md | 2 +- doc/changelogs/CHANGELOG_V15.md | 95 +++++++++++++++++++++++++++++++++ src/node_version.h | 6 +-- 6 files changed, 104 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f7332c7dda91..c835836808544d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,8 @@ release. -15.10.0
+15.11.0
+15.10.0
15.9.0
15.8.0
15.7.0
diff --git a/doc/api/child_process.md b/doc/api/child_process.md index b7fce216282012..80346c8581e338 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -351,7 +351,7 @@ controller.abort(); diff --git a/doc/api/stream.md b/doc/api/stream.md index a850e2fff656ae..0896bf5e856a86 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1578,7 +1578,7 @@ further errors except from `_destroy()` may be emitted as `'error'`.