From b49145f795658c7187a94897d31f665c2fbff471 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Thu, 17 Dec 2020 18:51:27 +0000 Subject: [PATCH] 2020-12-17, Version 14.15.3 'Fermium' (LTS) Notable Changes: Node.js v14.15.2 included a commit that has caused reported breakages when cloning request objects. This release reverts the commit that introduced the behaviour change. See https://github.com/nodejs/node/issues/36550 for more details. PR-URL: https://github.com/nodejs/node/pull/36555 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V14.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d552dd9d19b56e..ce95f1c03f097a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,8 @@ release. 15.0.0
-14.15.2
+14.15.3
+14.15.2
14.15.1
14.15.0
14.14.0
diff --git a/doc/changelogs/CHANGELOG_V14.md b/doc/changelogs/CHANGELOG_V14.md index e897f489a7a9f4..8e9dc3ee5de3e7 100644 --- a/doc/changelogs/CHANGELOG_V14.md +++ b/doc/changelogs/CHANGELOG_V14.md @@ -11,6 +11,7 @@ +14.15.3
14.15.2
14.15.1
14.15.0
@@ -54,6 +55,17 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2020-12-17, Version 14.15.3 'Fermium' (LTS), @BethGriggs + +### Notable Changes + +Node.js v14.15.2 included a commit that has caused reported breakages when cloning request objects. This release reverts the commit that introduced the behaviour change. See https://github.com/nodejs/node/issues/36550 for more details. + +### Commits + +* [[`4264d9aa67`](https://github.com/nodejs/node/commit/4264d9aa67)] - ***Revert*** "**http**: lazy create IncomingMessage.headers" (Beth Griggs) [#36553](https://github.com/nodejs/node/pull/36553) + ## 2020-12-15, Version 14.15.2 'Fermium' (LTS), @BethGriggs