From ef3969542d0e35f54e9119a2d671f781ffff15ae Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 5 Jul 2021 09:03:17 -0400 Subject: [PATCH] 2021-07-05, Version v14.17.3 'Fermium' (LTS) Notable changes: Node.js 14.17.2 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/39269 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V14.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fdab2d3f3..5a17dff02e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,8 @@ release. 16.0.0
-14.17.2
+14.17.3
+14.17.2
14.17.1
14.17.0
14.16.1
diff --git a/doc/changelogs/CHANGELOG_V14.md b/doc/changelogs/CHANGELOG_V14.md index 397cb5534d9..8a92b636052 100644 --- a/doc/changelogs/CHANGELOG_V14.md +++ b/doc/changelogs/CHANGELOG_V14.md @@ -11,6 +11,7 @@ +14.17.3
14.17.2
14.17.1
14.17.0
@@ -63,6 +64,20 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2021-07-05, Version 14.17.3 'Fermium' (LTS), @richardlau + +### Notable Changes + +Node.js 14.17.2 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 + +* [[`0f00104a2c`](https://github.com/nodejs/node/commit/0f00104a2c)] - **win,msi**: use localized "Authenticated Users" name (Richard Lau) [#39241](https://github.com/nodejs/node/pull/39241) + ## 2021-07-01, Version 14.17.2 'Fermium' (LTS), @richardlau