Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-01 21:21:07 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:45 +0300
commit6eace7749dff0e6b94b37af3496e5b4051051bc5 (patch)
treeb506a2fd99db0a7a499b8242302a87e198857be1 /doc/api
parentb3c3e0115f1c0341f0c34265f88aadb148f49e64 (diff)
doc: fix missing PR-URLs in YAML comments
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/assert.md1
-rw-r--r--doc/api/dgram.md3
-rw-r--r--doc/api/domain.md1
-rw-r--r--doc/api/n-api.md1
4 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 0f66f456b3f..d5bfd5b8dfb 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -19,6 +19,7 @@ changes:
- version:
- v13.9.0
- v12.16.2
+ pr-url: https://github.com/nodejs/node/pull/31635
description: Changed "strict mode" to "strict assertion mode" and "legacy
mode" to "legacy assertion mode" to avoid confusion with the
more usual meaning of "strict mode".
diff --git a/doc/api/dgram.md b/doc/api/dgram.md
index 16283862959..dc42329ec9b 100644
--- a/doc/api/dgram.md
+++ b/doc/api/dgram.md
@@ -174,7 +174,8 @@ This method throws `EBADF` if called on an unbound socket.
<!-- YAML
added: v0.1.99
changes:
- - version: v0.10
+ - version: v0.9.1
+ commit: 332fea5ac1816e498030109c4211bca24a7fa667
description: The method was changed to an asynchronous execution model.
Legacy code would need to be changed to pass a callback
function to the method call.
diff --git a/doc/api/domain.md b/doc/api/domain.md
index ccfbc258504..c7aabd489bd 100644
--- a/doc/api/domain.md
+++ b/doc/api/domain.md
@@ -3,6 +3,7 @@
deprecated: v1.4.2
changes:
- version: v8.8.0
+ pr-url: https://github.com/nodejs/node/pull/15695
description: Any `Promise`s created in VM contexts no longer have a
`.domain` property. Their handlers are still executed in the
proper domain, however, and `Promise`s created in the main
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 62c80c3dc71..1118dbc9efc 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -5226,6 +5226,7 @@ added: v8.0.0
napiVersion: 1
changes:
- version: v8.6.0
+ pr-url: https://github.com/nodejs/node/pull/15189
description: Added `async_context` parameter.
-->