File tree 8 files changed +186
-9
lines changed
8 files changed +186
-9
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
28
28
</tr >
29
29
<tr >
30
30
<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 />
32
33
<a href =" doc/changelogs/CHANGELOG_V12.md#12.9.1 " >12.9.1</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V12.md#12.9.0 " >12.9.0</a ><br />
34
35
<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
2383
2383
<!-- YAML
2384
2384
added: v0.11.14
2385
2385
changes:
2386
- - version: REPLACEME
2386
+ - version: v12.11.0
2387
2387
pr-url: https://github.com/nodejs/node/pull/29489
2388
2388
description: The `oaepLabel` option was added.
2389
2389
- version: v12.9.0
@@ -2470,7 +2470,7 @@ be passed instead of a public key.
2470
2470
<!-- YAML
2471
2471
added: v0.11.14
2472
2472
changes:
2473
- - version: REPLACEME
2473
+ - version: v12.11.0
2474
2474
pr-url: https://github.com/nodejs/node/pull/29489
2475
2475
description: The `oaepLabel` option was added.
2476
2476
- 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.
125
125
126
126
### session.connectToMainThread()
127
127
<!-- YAML
128
- added: REPLACEME
128
+ added: v12.11.0
129
129
-->
130
130
131
131
Connects 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.
167
167
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |
168
168
| v10.x | | | v10.0.0 | v10.16.0 | |
169
169
| v11.x | | | v11.0.0 | v11.8.0 | |
170
- | v12.x | | | | v12.0.0 | |
170
+ | v12.x | | | | v12.0.0 | v12.11.0 |
171
171
| v13.x | | | | | REPLACEME |
172
172
173
173
\* 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({
1779
1779
#### writable.\_ write(chunk, encoding, callback)
1780
1780
<!-- YAML
1781
1781
changes:
1782
- - version: REPLACEME
1782
+ - version: v12.11.0
1783
1783
pr-url: https://github.com/nodejs/node/pull/29639
1784
1784
description: _write() is optional when providing _writev().
1785
1785
-->
Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ for more information.
844
844
845
845
### tlsSocket.getSharedSigalgs()
846
846
<!-- YAML
847
- added: REPLACEME
847
+ added: v12.11.0
848
848
-->
849
849
850
850
* Returns: {Array} List of signature algorithms shared between the server and
@@ -1358,7 +1358,7 @@ argument.
1358
1358
<!-- YAML
1359
1359
added: v0.11.13
1360
1360
changes:
1361
- - version: REPLACEME
1361
+ - version: v12.11.0
1362
1362
pr-url: https://github.com/nodejs/node/pull/29598
1363
1363
description: Added `sigalgs` option to override supported signature
1364
1364
algorithms.
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ property take precedence over `--trace-deprecation` and
185
185
<!-- YAML
186
186
added: v0.5.3
187
187
changes:
188
- - version: REPLACEME
188
+ - version: v12.11.0
189
189
pr-url: https://github.com/nodejs/node/pull/29606
190
190
description: The `%c` specifier is ignored now.
191
191
- 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