File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ changes:
115
115
- version: REPLACEME
116
116
pr-url: https://github.com/nodejs/node/pull/15001
117
117
- version: v8.5.0
118
- pr-url: https://github.com/nodejs/node/pull/12142
118
+ pr-url: https://github.com/nodejs/node/pull/15001
119
119
description: Error names and messages are now properly compared
120
120
- version: v8.0.0
121
121
pr-url: https://github.com/nodejs/node/pull/12142
Original file line number Diff line number Diff line change 72
72
* ** perf_hooks**
73
73
* An initial implementation of the Performance Timing API for Node.js. This is the
74
74
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.
77
76
[ #14680 ] ( https://github.com/nodejs/node/pull/14680 )
78
77
* ** tls**
79
78
* multiple PFX in createSecureContext
You can’t perform that action at this time.
0 commit comments