File tree Expand file tree Collapse file tree 8 files changed +173
-9
lines changed Expand file tree Collapse file tree 8 files changed +173
-9
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ release.
3939</tr >
4040<tr >
4141 <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 />
4344<a href =" doc/changelogs/CHANGELOG_V23.md#23.8.0 " >23.8.0</a ><br />
4445<a href =" doc/changelogs/CHANGELOG_V23.md#23.7.0 " >23.7.0</a ><br />
4546<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.
914914### ` --experimental-config-file=config `
915915
916916<!-- YAML
917- added: REPLACEME
917+ added: v23.10.0
918918-->
919919
920920> Stability: 1.0 - Early development
@@ -980,7 +980,7 @@ so **NEVER** use untrusted configuration files.
980980### ` --experimental-default-config-file `
981981
982982<!-- YAML
983- added: REPLACEME
983+ added: v23.10.0
984984-->
985985
986986> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -2390,7 +2390,7 @@ of an asynchronous operation.
23902390### ` ERR_OPTIONS_BEFORE_BOOTSTRAPPING `
23912391
23922392<!-- YAML
2393- added: REPLACEME
2393+ added: v23.10.0
23942394-->
23952395
23962396An 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.
275275### ` rl[Symbol.dispose]() `
276276
277277<!-- YAML
278- added: REPLACEME
278+ added: v23.10.0
279279-->
280280
281281Alias for ` rl.close() ` .
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ console.log(query.all());
7878<!-- YAML
7979added: v22.5.0
8080changes:
81- - version: REPLACEME
81+ - version: v23.10.0
8282 pr-url: https://github.com/nodejs/node/pull/56991
8383 description: The `path` argument now supports Buffer and URL objects.
8484-->
@@ -543,7 +543,7 @@ exception.
543543<!-- YAML
544544added: v23.8.0
545545changes:
546- - version: REPLACEME
546+ - version: v23.10.0
547547 pr-url: https://github.com/nodejs/node/pull/56991
548548 description: The `path` argument now supports Buffer and URL objects.
549549-->
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
22862286## ` tls.getCACertificates([type]) `
22872287
22882288<!-- YAML
2289- added: REPLACEME
2289+ added: v23.10.0
22902290-->
22912291
22922292* ` 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(() => {
13931393## ` v8.isStringOneByteRepresentation(content) `
13941394
13951395<!-- YAML
1396- added: REPLACEME
1396+ added: v23.10.0
13971397-->
13981398
13991399* ` content ` {string}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments