Skip to content

Commit 296e22a

Browse files
committed
doc: add changelogs for console
PR-URL: #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>
1 parent de83e21 commit 296e22a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/console.md

+5
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ milliseconds to `stdout`. Timer durations are accurate to the sub-millisecond.
236236
### console.timeEnd(label)
237237
<!-- YAML
238238
added: v0.1.104
239+
changes:
240+
- version: v6.0.0
241+
pr-url: https://github.com/nodejs/node/pull/5901
242+
description: This method no longer supports multiple calls that don’t map
243+
to individual `console.time()` calls; see below for details.
239244
-->
240245

241246
Stops a timer that was previously started by calling [`console.time()`][] and

0 commit comments

Comments
 (0)