docs: update 8.5.0 changelog
The original changelog included incorrect information regarding the new perf_hooks api. refs: https://github.com/nodejs/node/pull/15308#issuecomment-328874385 PR-URL: https://github.com/nodejs/node/pull/15384 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
688765a3c9
commit
cba206fa24
@ -115,7 +115,7 @@ changes:
|
|||||||
- version: REPLACEME
|
- version: REPLACEME
|
||||||
pr-url: https://github.com/nodejs/node/pull/15001
|
pr-url: https://github.com/nodejs/node/pull/15001
|
||||||
- version: v8.5.0
|
- 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
|
description: Error names and messages are now properly compared
|
||||||
- version: v8.0.0
|
- version: v8.0.0
|
||||||
pr-url: https://github.com/nodejs/node/pull/12142
|
pr-url: https://github.com/nodejs/node/pull/12142
|
||||||
|
@ -72,8 +72,7 @@
|
|||||||
* **perf_hooks**
|
* **perf_hooks**
|
||||||
* An initial implementation of the Performance Timing API for Node.js. This is the
|
* 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
|
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,
|
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.
|
|
||||||
[#14680](https://github.com/nodejs/node/pull/14680)
|
[#14680](https://github.com/nodejs/node/pull/14680)
|
||||||
* **tls**
|
* **tls**
|
||||||
* multiple PFX in createSecureContext
|
* multiple PFX in createSecureContext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user