Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart X Addison <sxa@redhat.com>2022-03-10 18:15:36 +0300
committerStewart X Addison <sxa@redhat.com>2022-03-10 20:48:40 +0300
commit8fe7979b7b740e67aa444172c555a86bf0e43aee (patch)
treec2a807469028ed4d0481d44f19e434d1c3c40e26 /doc/changelogs/CHANGELOG_V17.md
parent96a9e00fb38b09ba93d38a3459ec4de990bcc9f9 (diff)
2022-03-10, Version 17.7.1 (Current)v17.7.1v17.7.1-proposal
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
Diffstat (limited to 'doc/changelogs/CHANGELOG_V17.md')
-rw-r--r--doc/changelogs/CHANGELOG_V17.md17
1 files changed, 17 insertions, 0 deletions
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 @@
</tr>
<tr>
<td>
+<a href="#17.7.1">17.7.1</a><br/>
<a href="#17.7.0">17.7.0</a><br/>
<a href="#17.6.0">17.6.0</a><br/>
<a href="#17.5.0">17.5.0</a><br/>
@@ -41,6 +42,22 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="17.7.1"></a>
+
+## 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)
+
<a id="17.7.0"></a>
## 2022-03-09, Version 17.7.0 (Current), @BethGriggs prepared by @sxa