From 7b5a4ba9fd1c59ee2c30d4d90ba5b20b4094271e Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:43 +0100 Subject: [PATCH] doc: add changelogs for console PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/console.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api/console.md b/doc/api/console.md index 7bc54641a2..45566a9cdf 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -236,6 +236,11 @@ milliseconds to `stdout`. Timer durations are accurate to the sub-millisecond. ### console.timeEnd(label) Stops a timer that was previously started by calling [`console.time()`][] and