summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 28dd0b854b..825ca28e28 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -85,7 +85,7 @@ changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/9744
description: The `ignoreErrors` option was introduced.
- - version: REPLACEME
+ - version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/19372
description: The `Console` constructor now supports an `options` argument,
and the `colorMode` option was introduced.
@@ -128,7 +128,7 @@ new Console({ stdout: process.stdout, stderr: process.stderr });
<!-- YAML
added: v0.1.101
changes:
- - version: REPLACEME
+ - version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/17706
description: The implementation is now spec compliant and does not throw
anymore.
@@ -347,7 +347,7 @@ See [`util.format()`][] for more information.
### console.table(tabularData[, properties])
<!-- YAML
-added: REPLACEME
+added: v10.0.0
-->
* `tabularData` {any}