Skip to content

Commit bde8e33

Browse files
MylesBorinsaddaleax
authored andcommitted
docs: update 8.5.0 changelog
The original changelog included incorrect information regarding the new perf_hooks api. refs: nodejs/node#15308 (comment) PR-URL: nodejs/node#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]>
1 parent 3a618bf commit bde8e33

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/api/assert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ changes:
115115
- version: REPLACEME
116116
pr-url: https://github.com/nodejs/node/pull/15001
117117
- version: v8.5.0
118-
pr-url: https://github.com/nodejs/node/pull/12142
118+
pr-url: https://github.com/nodejs/node/pull/15001
119119
description: Error names and messages are now properly compared
120120
- version: v8.0.0
121121
pr-url: https://github.com/nodejs/node/pull/12142

doc/changelogs/CHANGELOG_V8.md

+1-2
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)