diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b9bd67c51bb3..bf95e8e6238389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Select a Node.js version below to view the changelog history: +* [Node.js 16](doc/changelogs/CHANGELOG_V16.md) **Current** * [Node.js 15](doc/changelogs/CHANGELOG_V15.md) **Current** * [Node.js 14](doc/changelogs/CHANGELOG_V14.md) **Long Term Support** * [Node.js 13](doc/changelogs/CHANGELOG_V13.md) End-of-Life @@ -25,6 +26,7 @@ release.
16Current | 15Current | 14LTS | 12LTS | @@ -32,6 +34,9 @@ release.
---|---|---|---|
+16.0.0 + |
+
15.14.0 15.13.0 15.12.0 diff --git a/doc/abi_version_registry.json b/doc/abi_version_registry.json index b6fcd37300cd07..0f67dddd2df7eb 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,6 +1,6 @@ { "NODE_MODULE_VERSION": [ - { "modules": 93, "runtime": "node", "variant": "v8_9.0", "versions": "16.0.0-pre" }, + { "modules": 93, "runtime": "node", "variant": "v8_9.0", "versions": "16.0.0" }, { "modules": 92, "runtime": "node", "variant": "v8_8.9", "versions": "16.0.0-pre" }, { "modules": 91, "runtime": "node", "variant": "v8_8.8", "versions": "16.0.0-pre" }, { "modules": 90, "runtime": "node", "variant": "v8_8.7", "versions": "16.0.0-pre" }, diff --git a/doc/api/assert.md b/doc/api/assert.md index 4e098e0bbc56f9..7eb952ace7be71 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -455,7 +455,7 @@ An alias of [`assert.ok()`][]. @@ -1126,7 +1126,7 @@ assert.doesNotThrow( @@ -1454,7 +1454,7 @@ instance of an [`Error`][] then it will be thrown instead of the @@ -759,7 +759,7 @@ added: - v14.8.0 - v12.19.0 changes: - - version: REPLACEME + - version: v16.0.0 pr-url: https://github.com/nodejs/node/pull/36782 description: Added optional thisArg. --> diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 2a59b1dd537ba0..d12c1f12d256d8 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -688,7 +688,7 @@ This can only be called from the primary process. ## `cluster.isMaster` Deprecated alias for [`cluster.isPrimary`][]. @@ -696,7 +696,7 @@ details. ## `cluster.isPrimary` * {boolean} @@ -789,7 +789,7 @@ This object is not intended to be changed or set manually. ## `cluster.setupMaster([settings])` * `settings` {Object} See [`cluster.settings`][]. diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 5d2127063d96b8..cc6b61206c5efe 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2052,7 +2052,7 @@ expose values under these names. ### DEP0109: `http`, `https`, and `tls` support for invalid URLs @@ -2733,7 +2733,7 @@ Prefer [`message.socket`][] over [`message.connection`][]. ### DEP0150: Changing the value of `process.config` @@ -2748,7 +2748,7 @@ change the value has been deprecated and will be disabled in the future. ### DEP0151: Main index lookup and extension searching diff --git a/doc/api/esm.md b/doc/api/esm.md index 98b26bc7c36acd..581dc09673597d 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -206,7 +206,7 @@ added: - v14.13.1 - v12.20.0 changes: - - version: REPLACEME + - version: v16.0.0 pr-url: https://github.com/nodejs/node/pull/37246 description: Added `node:` import support to `require(...)`. --> diff --git a/doc/api/events.md b/doc/api/events.md index 9bd7b28e244c7a..ca2ae7e6c84af9 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -1141,7 +1141,7 @@ setMaxListeners(5, target, emitter); > Stability: 3 - Legacy. Use `Buffer.from(data, 'base64')` instead. @@ -157,7 +157,7 @@ Global alias for [`buffer.atob()`][]. ## `btoa(data)` > Stability: 3 - Legacy. Use `buf.toString('base64')` instead. diff --git a/doc/api/http.md b/doc/api/http.md index d3f773f048a18b..e93e2a5d1ba323 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -272,7 +272,7 @@ terminates them. @@ -342,7 +342,7 @@ can have open. Unlike `maxSockets`, this parameter applies across all origins. @@ -356,7 +356,7 @@ sockets. Do not modify. @@ -2020,7 +2020,7 @@ const req = http.request({ ### `message.connection` > Stability: 0 - Deprecated. Use [`message.socket`][]. diff --git a/doc/api/modules.md b/doc/api/modules.md index 6d7f4077fe08ac..a28be94e536e49 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -282,7 +282,7 @@ irrespective of whether or not `./foo` and `./FOO` are the same file. diff --git a/doc/api/packages.md b/doc/api/packages.md index f14770e34d90aa..1fe317cb445e3d 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -386,7 +386,7 @@ targets, this expansion is dependent on only the files of the package itself. ### Subpath folder mappings @@ -140,7 +140,7 @@ to mark specific significant moments in the Performance Timeline. * {any} @@ -308,7 +308,7 @@ added: - v13.9.0 - v12.17.0 changes: - - version: REPLACEME + - version: v16.0.0 pr-url: https://github.com/nodejs/node/pull/37136 description: Runtime deprecated. Now moved to the detail property when entryType is 'gc'. @@ -343,7 +343,7 @@ The name of the performance entry. diff --git a/doc/api/timers.md b/doc/api/timers.md index 65453a4576b40e..8f6144e9445478 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -324,7 +324,7 @@ Cancels a `Timeout` object created by [`setTimeout()`][]. diff --git a/doc/api/util.md b/doc/api/util.md index 94d41cd22bf92c..ab4a8e7efa35a5 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -378,7 +378,7 @@ fs.access('file/that/does/not/exist', (err) => { ## `util.getSystemErrorMap()` * Returns: {Map} diff --git a/doc/changelogs/CHANGELOG_V010.md b/doc/changelogs/CHANGELOG_V010.md index 50ad492c21bd06..5d375fa17ffba3 100644 --- a/doc/changelogs/CHANGELOG_V010.md +++ b/doc/changelogs/CHANGELOG_V010.md @@ -66,6 +66,7 @@ |
Current | +
---|
+16.0.0 + |
+