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 @@ -16,6 +16,7 @@ changes:
1616 - version:
1717 - v13.9.0
1818 - v12.16.2
19+ pr-url: https://github.com/nodejs/node/pull/31635
1920 description: Changed "strict mode" to "strict assertion mode" and "legacy
2021 mode" to "legacy assertion mode" to avoid confusion with the
2122 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.
174174<!-- YAML
175175added: v0.1.99
176176changes:
177- - version: v0.10
177+ - version: v0.9.1
178+ commit: 332fea5ac1816e498030109c4211bca24a7fa667
178179 description: The method was changed to an asynchronous execution model.
179180 Legacy code would need to be changed to pass a callback
180181 function to the method call.
Original file line number Diff line number Diff line change 33deprecated: v1.4.2
44changes:
55 - version: v8.8.0
6+ pr-url: https://github.com/nodejs/node/pull/15695
67 description: Any `Promise`s created in VM contexts no longer have a
78 `.domain` property. Their handlers are still executed in the
89 proper domain, however, and `Promise`s created in the main
Original file line number Diff line number Diff line change @@ -5204,6 +5204,7 @@ added: v8.0.0
52045204napiVersion: 1
52055205changes:
52065206 - version: v8.6.0
5207+ pr-url: https://github.com/nodejs/node/pull/15189
52075208 description: Added `async_context` parameter.
52085209-->
52095210
You can’t perform that action at this time.
0 commit comments