File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ release.
3333</tr >
3434<tr >
3535 <td valign =" top " >
36- <b ><a href =" doc/changelogs/CHANGELOG_V17.md#17.7.0 " >17.7.0</a ></b ><br />
36+ <b ><a href =" doc/changelogs/CHANGELOG_V17.md#17.7.1 " >17.7.1</a ></b ><br />
37+ <a href =" doc/changelogs/CHANGELOG_V17.md#17.7.0 " >17.7.0</a ><br />
3738<a href =" doc/changelogs/CHANGELOG_V17.md#17.6.0 " >17.6.0</a ><br />
3839<a href =" doc/changelogs/CHANGELOG_V17.md#17.5.0 " >17.5.0</a ><br />
3940<a href =" doc/changelogs/CHANGELOG_V17.md#17.4.0 " >17.4.0</a ><br />
Original file line number Diff line number Diff line change 88</tr >
99<tr >
1010<td >
11+ <a href =" #17.7.1 " >17.7.1</a ><br />
1112<a href =" #17.7.0 " >17.7.0</a ><br />
1213<a href =" #17.6.0 " >17.6.0</a ><br />
1314<a href =" #17.5.0 " >17.5.0</a ><br />
4142 * [ io.js] ( CHANGELOG_IOJS.md )
4243 * [ Archive] ( CHANGELOG_ARCHIVE.md )
4344
45+ <a id =" 17.7.1 " ></a >
46+
47+ ## 2022-03-10, Version 17.7.1 (Current), @sxa
48+
49+ ### Notable Changes
50+
51+ #### Fixed regression in url.resolve()
52+
53+ This release fixes an issue introduced in Node.js v17.7.0 when the url
54+ has @ characters in it, which showed up when using yarn v1. This version
55+ reverts the change that introduced the regression.
56+
57+ ### Commits
58+
59+ * \[ [ ` 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 )
60+
4461<a id =" 17.7.0 " ></a >
4562
4663## 2022-03-09, Version 17.7.0 (Current), @BethGriggs prepared by @sxa
Original file line number Diff line number Diff line change 2929#define NODE_VERSION_IS_LTS 0
3030#define NODE_VERSION_LTS_CODENAME ""
3131
32- #define NODE_VERSION_IS_RELEASE 0
32+ #define NODE_VERSION_IS_RELEASE 1
3333
3434#ifndef NODE_STRINGIFY
3535#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments