Commit 5d9b63d 1 parent 81d3db2 commit 5d9b63d Copy full SHA for 5d9b63d
File tree 8 files changed +173
-9
lines changed
8 files changed +173
-9
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ release.
39
39
</tr >
40
40
<tr >
41
41
<td valign =" top " >
42
- <b ><a href =" doc/changelogs/CHANGELOG_V23.md#23.9.0 " >23.9.0</a ></b ><br />
42
+ <b ><a href =" doc/changelogs/CHANGELOG_V23.md#23.10.0 " >23.10.0</a ></b ><br />
43
+ <a href =" doc/changelogs/CHANGELOG_V23.md#23.9.0 " >23.9.0</a ><br />
43
44
<a href =" doc/changelogs/CHANGELOG_V23.md#23.8.0 " >23.8.0</a ><br />
44
45
<a href =" doc/changelogs/CHANGELOG_V23.md#23.7.0 " >23.7.0</a ><br />
45
46
<a href =" doc/changelogs/CHANGELOG_V23.md#23.6.1 " >23.6.1</a ><br />
Original file line number Diff line number Diff line change @@ -914,7 +914,7 @@ Enable experimental import support for `.node` addons.
914
914
### ` --experimental-config-file=config `
915
915
916
916
<!-- YAML
917
- added: REPLACEME
917
+ added: v23.10.0
918
918
-->
919
919
920
920
> Stability: 1.0 - Early development
@@ -980,7 +980,7 @@ so **NEVER** use untrusted configuration files.
980
980
### ` --experimental-default-config-file `
981
981
982
982
<!-- YAML
983
- added: REPLACEME
983
+ added: v23.10.0
984
984
-->
985
985
986
986
> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -2390,7 +2390,7 @@ of an asynchronous operation.
2390
2390
### ` ERR_OPTIONS_BEFORE_BOOTSTRAPPING `
2391
2391
2392
2392
<!-- YAML
2393
- added: REPLACEME
2393
+ added: v23.10.0
2394
2394
-->
2395
2395
2396
2396
An attempt was made to get options before the bootstrapping was completed.
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ from being emitted by the `InterfaceConstructor` instance.
275
275
### ` rl[Symbol.dispose]() `
276
276
277
277
<!-- YAML
278
- added: REPLACEME
278
+ added: v23.10.0
279
279
-->
280
280
281
281
Alias for ` rl.close() ` .
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ console.log(query.all());
78
78
<!-- YAML
79
79
added: v22.5.0
80
80
changes:
81
- - version: REPLACEME
81
+ - version: v23.10.0
82
82
pr-url: https://github.com/nodejs/node/pull/56991
83
83
description: The `path` argument now supports Buffer and URL objects.
84
84
-->
@@ -543,7 +543,7 @@ exception.
543
543
<!-- YAML
544
544
added: v23.8.0
545
545
changes:
546
- - version: REPLACEME
546
+ - version: v23.10.0
547
547
pr-url: https://github.com/nodejs/node/pull/56991
548
548
description: The `path` argument now supports Buffer and URL objects.
549
549
-->
Original file line number Diff line number Diff line change @@ -2286,7 +2286,7 @@ The server can be tested by connecting to it using the example client from
2286
2286
## ` tls.getCACertificates([type]) `
2287
2287
2288
2288
<!-- YAML
2289
- added: REPLACEME
2289
+ added: v23.10.0
2290
2290
-->
2291
2291
2292
2292
* ` type ` {string|undefined} The type of CA certificates that will be returned. Valid values
Original file line number Diff line number Diff line change @@ -1393,7 +1393,7 @@ setTimeout(() => {
1393
1393
## ` v8.isStringOneByteRepresentation(content) `
1394
1394
1395
1395
<!-- YAML
1396
- added: REPLACEME
1396
+ added: v23.10.0
1397
1397
-->
1398
1398
1399
1399
* ` content ` {string}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments