Skip to content

Commit 366153e

Browse files
committed
docs: update 8.5.0 changelog
The original changelog included incorrect information regarding the new perf_hooks api. refs: nodejs#15308 (comment)
1 parent a10856a commit 366153e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

doc/api/assert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ changes:
113113
- version: REPLACEME
114114
pr-url: https://github.com/nodejs/node/pull/15001
115115
- version: v8.5.0
116-
pr-url: https://github.com/nodejs/node/pull/12142
116+
pr-url: https://github.com/nodejs/node/pull/15001
117117
description: Error names and messages are now properly compared
118118
- version: v8.0.0
119119
pr-url: https://github.com/nodejs/node/pull/12142

doc/changelogs/CHANGELOG_V8.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
* **perf_hooks**
7373
* An initial implementation of the Performance Timing API for Node.js. This is the
7474
same Performance Timing API implemented by modern browsers with a number of Node.js
75-
specific properties. The User Timing mark() and measure() APIs are implemented,
76-
as is a Node.js specific flavor of the Frame Timing for measuring event loop duration.
75+
specific properties. The User Timing mark() and measure() APIs are implemented.
7776
[#14680](https://github.com/nodejs/node/pull/14680)
7877
* **tls**
7978
* multiple PFX in createSecureContext

0 commit comments

Comments
 (0)