File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
2828</tr >
2929<tr >
3030 <td valign="top">
31- <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.10.0 " >12.10.0</a ></b ><br />
31+ <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.11.0 " >12.11.0</a ></b ><br />
32+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.10.0 " >12.10.0</a ><br />
3233<a href =" doc/changelogs/CHANGELOG_V12.md#12.9.1 " >12.9.1</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V12.md#12.9.0 " >12.9.0</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V12.md#12.8.1 " >12.8.1</a ><br />
Original file line number Diff line number Diff line change @@ -2383,7 +2383,7 @@ An array of supported digest functions can be retrieved using
23832383<!-- YAML
23842384added: v0.11.14
23852385changes:
2386- - version: REPLACEME
2386+ - version: v12.11.0
23872387 pr-url: https://github.com/nodejs/node/pull/29489
23882388 description: The `oaepLabel` option was added.
23892389 - version: v12.9.0
@@ -2470,7 +2470,7 @@ be passed instead of a public key.
24702470<!-- YAML
24712471added: v0.11.14
24722472changes:
2473- - version: REPLACEME
2473+ - version: v12.11.0
24742474 pr-url: https://github.com/nodejs/node/pull/29489
24752475 description: The `oaepLabel` option was added.
24762476 - version: v12.9.0
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Connects a session to the inspector back-end.
125125
126126### session.connectToMainThread()
127127<!-- YAML
128- added: REPLACEME
128+ added: v12.11.0
129129-->
130130
131131Connects a session to the main thread inspector back-end. An exception will
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ listed as supporting a later version.
167167| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |
168168| v10.x | | | v10.0.0 | v10.16.0 | |
169169| v11.x | | | v11.0.0 | v11.8.0 | |
170- | v12.x | | | | v12.0.0 | |
170+ | v12.x | | | | v12.0.0 | v12.11.0 |
171171| v13.x | | | | | REPLACEME |
172172
173173\* Indicates that the N-API version was released as experimental
Original file line number Diff line number Diff line change @@ -1779,7 +1779,7 @@ const myWritable = new Writable({
17791779#### writable.\_ write(chunk, encoding, callback)
17801780<!-- YAML
17811781changes:
1782- - version: REPLACEME
1782+ - version: v12.11.0
17831783 pr-url: https://github.com/nodejs/node/pull/29639
17841784 description: _write() is optional when providing _writev().
17851785-->
Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ for more information.
844844
845845### tlsSocket.getSharedSigalgs()
846846<!-- YAML
847- added: REPLACEME
847+ added: v12.11.0
848848-->
849849
850850* Returns: {Array} List of signature algorithms shared between the server and
@@ -1358,7 +1358,7 @@ argument.
13581358<!-- YAML
13591359added: v0.11.13
13601360changes:
1361- - version: REPLACEME
1361+ - version: v12.11.0
13621362 pr-url: https://github.com/nodejs/node/pull/29598
13631363 description: Added `sigalgs` option to override supported signature
13641364 algorithms.
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ property take precedence over `--trace-deprecation` and
185185<!-- YAML
186186added: v0.5.3
187187changes:
188- - version: REPLACEME
188+ - version: v12.11.0
189189 pr-url: https://github.com/nodejs/node/pull/29606
190190 description: The `%c` specifier is ignored now.
191191 - version: v11.4.0
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments