From 70cf0dce4ee49d61d03187594b1b18761d76860a Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Mon, 5 Jul 2021 14:11:14 +0100 Subject: [PATCH] 2021-07-05, Version 16.4.2 (Current) Notable changes: Node.js 16.4.1 introduced a regression in the Windows installer on non-English locales that is being fixed in this release. There is no need to download this release if you are not using the Windows installer. PR-URL: https://github.com/nodejs/node/pull/39270 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V16.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a17dff02e897b..96251a6bb11dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,8 @@ release. -16.4.1
+16.4.2
+16.4.1
16.4.0
16.3.0
16.2.0
diff --git a/doc/changelogs/CHANGELOG_V16.md b/doc/changelogs/CHANGELOG_V16.md index 5b2310b6379bbc..1195cb9e726c9e 100644 --- a/doc/changelogs/CHANGELOG_V16.md +++ b/doc/changelogs/CHANGELOG_V16.md @@ -10,6 +10,7 @@ +16.4.2
16.4.1
16.4.0
16.3.0
@@ -38,6 +39,20 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2021-07-05, Version 16.4.2 (Current), @BethGriggs + +### Notable Changes + +Node.js 16.4.1 introduced a regression in the Windows installer on +non-English locales that is being fixed in this release. There is no +need to download this release if you are not using the Windows +installer. + +### Commits + +* [[`76e709ec63`](https://github.com/nodejs/node/commit/76e709ec63)] - **win,msi**: use localized "Authenticated Users" name (Richard Lau) [#39241](https://github.com/nodejs/node/pull/39241) + ## 2021-07-01, Version 16.4.1 (Current), @BethGriggs