doc: add changelogs for console

PR-URL: https://github.com/nodejs/node/pull/11489
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
pull/11489/head
Anna Henningsen 2017-02-21 23:38:43 +01:00
parent dc10c1aa29
commit 7b5a4ba9fd
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF
1 changed files with 5 additions and 0 deletions

View File

@ -236,6 +236,11 @@ milliseconds to `stdout`. Timer durations are accurate to the sub-millisecond.
### console.timeEnd(label)
<!-- YAML
added: v0.1.104
changes:
- version: v6.0.0
pr-url: https://github.com/nodejs/node/pull/5901
description: This method no longer supports multiple calls that dont map
to individual `console.time()` calls; see below for details.
-->
Stops a timer that was previously started by calling [`console.time()`][] and