From 9f971f1c084f5e154217a6ab7278ec6d05aacf58 Mon Sep 17 00:00:00 2001 From: Danielle Adams Date: Thu, 20 Aug 2020 09:06:02 -0400 Subject: [PATCH] 2020-08-26, Version 14.9.0 (Current) Notable changes: - build: set --v8-enable-object-print by default (Mary Marchini) [#34705](https://github.com/nodejs/node/pull/34705) - deps: - upgrade to libuv 1.39.0 (cjihrig) [#34915](https://github.com/nodejs/node/pull/34915) - upgrade npm to 6.14.8 (Ruy Adorno) [#34834](https://github.com/nodejs/node/pull/34834) - V8: cherry-pick e06ace6b5cdb (Anna Henningsen) [#34673](https://github.com/nodejs/node/pull/34673) - n-api: handle weak no-finalizer refs correctly (Gabriel Schulhof) [#34839](https://github.com/nodejs/node/pull/34839) - tools: add debug entitlements for macOS 10.15+ (Gabriele Greco) [#34378](https://github.com/nodejs/node/pull/34378) PR-URL: https://github.com/nodejs/node/pull/34852 --- CHANGELOG.md | 3 +- doc/api/buffer.md | 28 ++++---- doc/api/cli.md | 2 +- doc/api/deprecations.md | 2 +- doc/api/timers.md | 2 +- doc/api/util.md | 4 +- doc/api/worker_threads.md | 4 +- doc/changelogs/CHANGELOG_V14.md | 118 ++++++++++++++++++++++++++++++++ src/node_version.h | 6 +- 9 files changed, 144 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446edd44508f3e..d6ce61803d1f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,8 @@ release. -14.8.0
+14.9.0
+14.8.0
14.7.0
14.6.0
14.5.0
diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 50d1a97fff2167..29f45ae6c34764 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -1709,7 +1709,7 @@ console.log(buf.readIntLE(0, 6).toString(16)); > Stability: 1 - Experimental diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 24632e364ceeb4..e07b313fbbb763 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2757,7 +2757,7 @@ Type: Documentation-only ### DEP0XXX: `new crypto.Certificate()` diff --git a/doc/api/timers.md b/doc/api/timers.md index 70c66785bf5a54..f114d0f1766c6e 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -127,7 +127,7 @@ of the Node.js application. ### `timeout[Symbol.toPrimitive]()` * Returns: {integer} number that can be used to reference this `timeout` diff --git a/doc/api/util.md b/doc/api/util.md index bf4bc0e2f62a0a..e39fb08e240a04 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -138,7 +138,7 @@ let debuglog = util.debuglog('internals', (debug) => { ### `debuglog().enabled` * {boolean} @@ -166,7 +166,7 @@ hello from foo [123] ## `util.debug(section)` Alias for `util.debuglog`. Usage allows for readability of that doesn't imply diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index b3562e44022a8d..2a9ce9f2d31be2 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -621,11 +621,11 @@ if (isMainThread) {