File tree Expand file tree Collapse file tree 6 files changed +151
-9
lines changed Expand file tree Collapse file tree 6 files changed +151
-9
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ release.
3434</tr >
3535<tr >
3636 <td valign =" top " >
37- <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.6.1 " >20.6.1</a ></b ><br />
37+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.7.0 " >20.7.0</a ></b ><br />
38+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.6.1 " >20.6.1</a ><br />
3839<a href =" doc/changelogs/CHANGELOG_V20.md#20.6.0 " >20.6.0</a ><br />
3940<a href =" doc/changelogs/CHANGELOG_V20.md#20.5.1 " >20.5.1</a ><br />
4041<a href =" doc/changelogs/CHANGELOG_V20.md#20.5.0 " >20.5.0</a ><br />
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Error: Access to this API has been restricted
146146<!-- YAML
147147added: v20.0.0
148148changes:
149- - version: REPLACEME
149+ - version: v20.7.0
150150 pr-url: https://github.com/nodejs/node/pull/49047
151151 description: Paths delimited by comma (`,`) are no longer allowed.
152152-->
@@ -200,7 +200,7 @@ node --experimental-permission --allow-fs-read=/path/to/index.js index.js
200200<!-- YAML
201201added: v20.0.0
202202changes:
203- - version: REPLACEME
203+ - version: v20.7.0
204204 pr-url: https://github.com/nodejs/node/pull/49047
205205 description: Paths delimited by comma (`,`) are no longer allowed.
206206-->
Original file line number Diff line number Diff line change @@ -153,9 +153,6 @@ import('node:fs').then((esmFS) => {
153153<!-- YAML
154154added: v8.8.0
155155changes:
156- - version: REPLACEME
157- pr-url: https://github.com/nodejs/node/pull/49144
158- description: Removed ` globalPreload` .
159156 - version: v20.6.0
160157 pr-url: https://github.com/nodejs/node/pull/48842
161158 description: Added ` initialize` hook to replace ` globalPreload` .
Original file line number Diff line number Diff line change @@ -3523,7 +3523,7 @@ Using this function is mutually exclusive with using the deprecated
35233523## ` process .sourceMapsEnabled `
35243524
35253525<!-- YAML
3526- added: REPLACEME
3526+ added: v20.7.0
35273527-->
35283528
35293529> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -2013,7 +2013,7 @@ added:
20132013 - v17.4.0
20142014 - v16.14.0
20152015changes:
2016- - version: REPLACEME
2016+ - version: v20.7.0
20172017 pr-url: https://github.com/nodejs/node/pull/49249
20182018 description: added `highWaterMark` in options.
20192019-->
@@ -2066,7 +2066,7 @@ added:
20662066 - v17.4.0
20672067 - v16.14.0
20682068changes:
2069- - version: REPLACEME
2069+ - version: v20.7.0
20702070 pr-url: https://github.com/nodejs/node/pull/49249
20712071 description: added `highWaterMark` in options.
20722072-->
You can’t perform that action at this time.
0 commit comments