Skip to content

Commit b3f15b7

Browse files
aduh95BethGriggs
authored andcommitted
doc: fix missing PR-URLs in YAML comments
Refs: nodejs/remark-preset-lint-node#139 PR-URL: #35454 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 02bf73e commit b3f15b7

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

doc/api/assert.md

+1
Original file line numberDiff line numberDiff 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".

doc/api/dgram.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ This method throws `EBADF` if called on an unbound socket.
174174
<!-- YAML
175175
added: v0.1.99
176176
changes:
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.

doc/api/domain.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
deprecated: v1.4.2
44
changes:
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

doc/api/n-api.md

+1
Original file line numberDiff line numberDiff line change
@@ -5204,6 +5204,7 @@ added: v8.0.0
52045204
napiVersion: 1
52055205
changes:
52065206
- version: v8.6.0
5207+
pr-url: https://github.com/nodejs/node/pull/15189
52075208
description: Added `async_context` parameter.
52085209
-->
52095210

0 commit comments

Comments
 (0)