File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ changes:
19
19
- version:
20
20
- v13.9.0
21
21
- v12.16.2
22
+ pr-url: https://github.com/nodejs/node/pull/31635
22
23
description: Changed "strict mode" to "strict assertion mode" and "legacy
23
24
mode" to "legacy assertion mode" to avoid confusion with the
24
25
more usual meaning of "strict mode".
Original file line number Diff line number Diff line change @@ -174,7 +174,8 @@ This method throws `EBADF` if called on an unbound socket.
174
174
<!-- YAML
175
175
added: v0.1.99
176
176
changes:
177
- - version: v0.10
177
+ - version: v0.9.1
178
+ commit: 332fea5ac1816e498030109c4211bca24a7fa667
178
179
description: The method was changed to an asynchronous execution model.
179
180
Legacy code would need to be changed to pass a callback
180
181
function to the method call.
Original file line number Diff line number Diff line change 3
3
deprecated: v1.4.2
4
4
changes:
5
5
- version: v8.8.0
6
+ pr-url: https://github.com/nodejs/node/pull/15695
6
7
description: Any `Promise`s created in VM contexts no longer have a
7
8
`.domain` property. Their handlers are still executed in the
8
9
proper domain, however, and `Promise`s created in the main
Original file line number Diff line number Diff line change @@ -5226,6 +5226,7 @@ added: v8.0.0
5226
5226
napiVersion: 1
5227
5227
changes:
5228
5228
- version: v8.6.0
5229
+ pr-url: https://github.com/nodejs/node/pull/15189
5229
5230
description: Added `async_context` parameter.
5230
5231
-->
5231
5232
You can’t perform that action at this time.
0 commit comments