Skip to content

Commit

Permalink
docs: update 8.5.0 changelog
Browse files Browse the repository at this point in the history
The original changelog included incorrect information regarding
the new perf_hooks api.

refs: #15308 (comment)

PR-URL: #15384
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Evan Lucas <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
MylesBorins committed Sep 14, 2017
1 parent da3265a commit a792ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ parameter is undefined, a default error message is assigned.
added: v1.2.0
changes:
- version: v8.5.0
pr-url: https://github.com/nodejs/node/pull/12142
pr-url: https://github.com/nodejs/node/pull/15001
description: Error names and messages are now properly compared
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12142
Expand Down
3 changes: 1 addition & 2 deletions doc/changelogs/CHANGELOG_V8.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
* **perf_hooks**
* An initial implementation of the Performance Timing API for Node.js. This is the
same Performance Timing API implemented by modern browsers with a number of Node.js
specific properties. The User Timing mark() and measure() APIs are implemented,
as is a Node.js specific flavor of the Frame Timing for measuring event loop duration.
specific properties. The User Timing mark() and measure() APIs are implemented.
[#14680](https://github.com/nodejs/node/pull/14680)
* **tls**
* multiple PFX in createSecureContext
Expand Down

0 comments on commit a792ea7

Please sign in to comment.