summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
authorBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-12-04 18:26:19 +0000
committerMyles Borins <mylesborins@google.com>2018-12-18 11:29:17 -0500
commit1cbd377078cd07447a6877fb9f844dd949a1cd43 (patch)
treea2ce3f3d061030ed86e027daa0d30a273298b777 /doc/api/console.md
parent3b9e0f2a0a9d480a21db5a4a7857ec14d585b494 (diff)
downloadandroid-node-v8-1cbd377078cd07447a6877fb9f844dd949a1cd43.tar.gz
android-node-v8-1cbd377078cd07447a6877fb9f844dd949a1cd43.tar.bz2
android-node-v8-1cbd377078cd07447a6877fb9f844dd949a1cd43.zip
2018-12-18, Version 8.14.1 'Carbon' (LTS)
Notable changes: * **assert**: - revert breaking change (Ruben Bridgewater) [#24786](https://github.com/nodejs/node/pull/24786) * **http2**: - fix sequence of error/close events (Gerhard Stoebich) [#24789](https://github.com/nodejs/node/pull/24789) PR-URL: https://github.com/nodejs/node/pull/24832
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index cd229c0a0f..26e774aa29 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -229,7 +229,7 @@ undefined
<!-- YAML
added: v8.0.0
changes:
- - version: v9.3.0
+ - version: v8.10.0
pr-url: https://github.com/nodejs/node/pull/17033
description: "`console.debug` is now an alias for `console.log`."
-->