From 3089f96ed01653aa4d5e4bba5a5db473ffe788a0 Mon Sep 17 00:00:00 2001 From: Danielle Adams Date: Thu, 20 Aug 2020 09:06:02 -0400 Subject: [PATCH] 2020-08-27, 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 | 120 ++++++++++++++++++++++++++++++++ 8 files changed, 143 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0584a1b78..450d40708de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,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 50d1a97fff2..29f45ae6c34 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 61a7a3410f5..d9f5a79aba5 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2780,7 +2780,7 @@ Type: Documentation-only ### DEP0146: `new crypto.Certificate()` diff --git a/doc/api/timers.md b/doc/api/timers.md index cf61d68cb7e..6e7f91b1dc3 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 325cf9cde2e..6b857a027f3 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 04b0ff9b234..97ddbdeeac9 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -621,11 +621,11 @@ if (isMainThread) {