From a792ea770953b601dd20ead778258bd238718a9f Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 13 Sep 2017 10:50:43 +0200 Subject: [PATCH] docs: update 8.5.0 changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Michaƫl Zasso Reviewed-By: Evan Lucas Reviewed-By: James M Snell --- doc/api/assert.md | 2 +- doc/changelogs/CHANGELOG_V8.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index d019540ee6c9bf..b1175e5e489e5d 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -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 diff --git a/doc/changelogs/CHANGELOG_V8.md b/doc/changelogs/CHANGELOG_V8.md index 02cf749e3cbf76..e350a21d8c2692 100644 --- a/doc/changelogs/CHANGELOG_V8.md +++ b/doc/changelogs/CHANGELOG_V8.md @@ -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