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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/domain.md')
-rw-r--r--doc/api/domain.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/domain.md b/doc/api/domain.md
index e7d0166348b..4c9136aea62 100644
--- a/doc/api/domain.md
+++ b/doc/api/domain.md
@@ -1,8 +1,7 @@
# Domain
<!-- YAML
changes:
- - version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ - version: v8.8.0
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