Commit b651e37 1 parent 5c39ee6 commit b651e37 Copy full SHA for b651e37
File tree 6 files changed +151
-9
lines changed
6 files changed +151
-9
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ release.
34
34
</tr >
35
35
<tr >
36
36
<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 />
38
39
<a href =" doc/changelogs/CHANGELOG_V20.md#20.6.0 " >20.6.0</a ><br />
39
40
<a href =" doc/changelogs/CHANGELOG_V20.md#20.5.1 " >20.5.1</a ><br />
40
41
<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
146
146
<!-- YAML
147
147
added: v20.0.0
148
148
changes:
149
- - version: REPLACEME
149
+ - version: v20.7.0
150
150
pr-url: https://github.com/nodejs/node/pull/49047
151
151
description: Paths delimited by comma (`,`) are no longer allowed.
152
152
-->
@@ -200,7 +200,7 @@ node --experimental-permission --allow-fs-read=/path/to/index.js index.js
200
200
<!-- YAML
201
201
added: v20.0.0
202
202
changes:
203
- - version: REPLACEME
203
+ - version: v20.7.0
204
204
pr-url: https://github.com/nodejs/node/pull/49047
205
205
description: Paths delimited by comma (`,`) are no longer allowed.
206
206
-->
Original file line number Diff line number Diff line change @@ -153,9 +153,6 @@ import('node:fs').then((esmFS) => {
153
153
<!-- YAML
154
154
added: v8.8.0
155
155
changes:
156
- - version: REPLACEME
157
- pr-url: https://github.com/nodejs/node/pull/49144
158
- description: Removed ` globalPreload` .
159
156
- version: v20.6.0
160
157
pr-url: https://github.com/nodejs/node/pull/48842
161
158
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
3523
3523
## ` process .sourceMapsEnabled `
3524
3524
3525
3525
<!-- YAML
3526
- added: REPLACEME
3526
+ added: v20.7.0
3527
3527
-->
3528
3528
3529
3529
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -2013,7 +2013,7 @@ added:
2013
2013
- v17.4.0
2014
2014
- v16.14.0
2015
2015
changes:
2016
- - version: REPLACEME
2016
+ - version: v20.7.0
2017
2017
pr-url: https://github.com/nodejs/node/pull/49249
2018
2018
description: added `highWaterMark` in options.
2019
2019
-->
@@ -2066,7 +2066,7 @@ added:
2066
2066
- v17.4.0
2067
2067
- v16.14.0
2068
2068
changes:
2069
- - version: REPLACEME
2069
+ - version: v20.7.0
2070
2070
pr-url: https://github.com/nodejs/node/pull/49249
2071
2071
description: added `highWaterMark` in options.
2072
2072
-->
You can’t perform that action at this time.
0 commit comments