Commit 79731df 1 parent f01d30b commit 79731df Copy full SHA for 79731df
File tree 8 files changed +137
-10
lines changed
8 files changed +137
-10
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ release.
33
33
</tr >
34
34
<tr >
35
35
<td valign =" top " >
36
- <b ><a href =" doc/changelogs/CHANGELOG_V17.md#17.1.0 " >17.1.0</a ></b ><br />
36
+ <b ><a href =" doc/changelogs/CHANGELOG_V17.md#17.2.0 " >17.2.0</a ></b ><br />
37
+ <a href =" doc/changelogs/CHANGELOG_V17.md#17.1.0 " >17.1.0</a ><br />
37
38
<a href =" doc/changelogs/CHANGELOG_V17.md#17.0.1 " >17.0.1</a ><br />
38
39
<a href =" doc/changelogs/CHANGELOG_V17.md#17.0.0 " >17.0.0</a ><br />
39
40
</td >
Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ the section on [promise execution tracking][].
761
761
### ` async_hooks .asyncWrapProviders `
762
762
763
763
<!-- YAML
764
- added: REPLACEME
764
+ added: v17.2.0
765
765
-->
766
766
767
767
* Returns: A map of provider types to the corresponding numeric id.
Original file line number Diff line number Diff line change @@ -2567,7 +2567,7 @@ The SHA-256 fingerprint of this certificate.
2567
2567
### ` x509.fingerprint512 `
2568
2568
2569
2569
<!-- YAML
2570
- added: REPLACEME
2570
+ added: v17.2.0
2571
2571
-->
2572
2572
2573
2573
* Type: {string}
Original file line number Diff line number Diff line change @@ -3023,7 +3023,7 @@ it was an aborted or graceful destroy.
3023
3023
3024
3024
<!-- YAML
3025
3025
changes:
3026
- - version: REPLACEME
3026
+ - version: v17.2.0
3027
3027
pr-url: https://github.com/nodejs/node/pull/40860
3028
3028
description: Documentation-only deprecation.
3029
3029
-->
Original file line number Diff line number Diff line change 53
53
- v15.0.0
54
54
- v14.17.0
55
55
changes:
56
- - version: REPLACEME
56
+ - version: v17.2.0
57
57
pr-url: https://github.com/nodejs/node/pull/40807
58
58
description: Added the new optional reason argument.
59
59
-->
94
94
- v15.12.0
95
95
- v14.17.0
96
96
changes:
97
- - version: REPLACEME
97
+ - version: v17.2.0
98
98
pr-url: https://github.com/nodejs/node/pull/40807
99
99
description: Added the new optional reason argument.
100
100
-->
@@ -167,7 +167,7 @@ when the `abortController.abort()` function has been called.
167
167
#### ` abortSignal.reason `
168
168
169
169
<!-- YAML
170
- added: REPLACEME
170
+ added: v17.2.0
171
171
-->
172
172
173
173
* Type: {any}
Original file line number Diff line number Diff line change @@ -1182,7 +1182,7 @@ This API throws a JavaScript `RangeError` with the text provided.
1182
1182
#### ` node_api_throw_syntax_error `
1183
1183
1184
1184
<!-- YAML
1185
- added: REPLACEME
1185
+ added: v17.2.0
1186
1186
-->
1187
1187
1188
1188
```` c
@@ -1298,7 +1298,7 @@ This API returns a JavaScript `RangeError` with the text provided.
1298
1298
#### `node_api_create_syntax_error`
1299
1299
1300
1300
<!-- YAML
1301
- added: REPLACEME
1301
+ added: v17.2.0
1302
1302
-->
1303
1303
1304
1304
```c
Original file line number Diff line number Diff line change @@ -1133,7 +1133,7 @@ certificate.
1133
1133
1134
1134
<!-- YAML
1135
1135
changes:
1136
- - version: REPLACEME
1136
+ - version: v17.2.0
1137
1137
pr-url: https://github.com/nodejs/node/pull/39809
1138
1138
description: Add fingerprint512.
1139
1139
- 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