From 8fe7979b7b740e67aa444172c555a86bf0e43aee Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Thu, 10 Mar 2022 15:15:36 +0000 Subject: 2022-03-10, Version 17.7.1 (Current) Notable changes: Fixed regression in url.resolve() This release fixes an issue introduced in Node.js v17.7.0 with some URLs that contain `@`. This issue affected yarn 1. This version reverts the change that introduced the regression. PR-URL: https://github.com/nodejs/node/pull/42285 --- doc/changelogs/CHANGELOG_V17.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/changelogs/CHANGELOG_V17.md') diff --git a/doc/changelogs/CHANGELOG_V17.md b/doc/changelogs/CHANGELOG_V17.md index a0d26d64a25..142fe3b5c35 100644 --- a/doc/changelogs/CHANGELOG_V17.md +++ b/doc/changelogs/CHANGELOG_V17.md @@ -8,6 +8,7 @@ +17.7.1
17.7.0
17.6.0
17.5.0
@@ -41,6 +42,22 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + + +## 2022-03-10, Version 17.7.1 (Current), @BethGriggs prepared by @sxa + +### Notable Changes + +#### Fixed regression in url.resolve() + +This release fixes an issue introduced in Node.js v17.7.0 with some URLs +that contain `@`. This issue affected yarn 1. This version reverts the +change that introduced the regression. + +### Commits + +* \[[`96a9e00fb3`](https://github.com/nodejs/node/commit/96a9e00fb3)] - **url**: revert fix url.parse() for `@hostname` (Antoine du Hamel) [#42280](https://github.com/nodejs/node/pull/42280) + ## 2022-03-09, Version 17.7.0 (Current), @BethGriggs prepared by @sxa -- cgit v1.2.3