diff --git a/CHANGELOG.md b/CHANGELOG.md index dfab02ecf435c0..a4862ff612f275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Select a Node.js version below to view the changelog history: +* [Node.js 14](doc/changelogs/CHANGELOG_V14.md) **Current** * [Node.js 13](doc/changelogs/CHANGELOG_V13.md) **Current** * [Node.js 12](doc/changelogs/CHANGELOG_V12.md) **Long Term Support** * [Node.js 11](doc/changelogs/CHANGELOG_V11.md) End-of-Life @@ -23,12 +24,16 @@ release.
14Current | 13Current | 12LTS | 10LTS |
---|---|---|---|
+14.0.0 + |
+
13.13.0 13.12.0 13.11.0 @@ -48,7 +53,7 @@ release. |
12.16.2 -12.16.1< +12.16.1 12.16.0 12.15.0 12.14.1 diff --git a/doc/api/assert.md b/doc/api/assert.md index 732b4ba8e02d97..d5d0a606c2bf46 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -161,7 +161,7 @@ An alias of [`assert.ok()`][]. diff --git a/doc/api/cli.md b/doc/api/cli.md index c59c266c387711..b56a77143863d4 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -648,7 +648,7 @@ Name of the file to which the report will be written. @@ -2621,7 +2621,7 @@ async function openAndClose() { ### DEP0138: `process.mainModule` @@ -2639,7 +2639,7 @@ purpose and is only available on CommonJS environment. ### DEP0139: `process.umask()` with no arguments diff --git a/doc/api/embedding.md b/doc/api/embedding.md index 7db24b325ec7ef..9eaa144e3da578 100644 --- a/doc/api/embedding.md +++ b/doc/api/embedding.md @@ -1,6 +1,6 @@ # C++ Embedder API - + Node.js provides a number of C++ APIs that can be used to execute JavaScript in a Node.js environment from other C++ software. diff --git a/doc/api/errors.md b/doc/api/errors.md index 32917dc20a7fc9..5308490b88fe8c 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2307,7 +2307,7 @@ The `repl` module was unable to parse data from the REPL history file. ### `ERR_SOCKET_CANNOT_SEND` Data could not be sent on a socket. diff --git a/doc/api/fs.md b/doc/api/fs.md index f8db729ca69ffa..4e11fd32a04cb8 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3997,7 +3997,7 @@ This happens when: @@ -1499,7 +1499,7 @@ debugger. See [Signal Events][]. ## `process.mainModule` > Stability: 0 - Deprecated: Use [`require.main`][] instead. @@ -2427,7 +2427,7 @@ flag's behavior. @@ -2076,7 +2076,7 @@ changes: pr-url: https://github.com/nodejs/node/pull/22795 description: Add `autoDestroy` option to automatically `destroy()` the stream when it emits `'end'` or errors. - - version: REPLACEME + - version: v14.0.0 pr-url: https://github.com/nodejs/node/pull/30623 description: Change `autoDestroy` option default to `true`. --> diff --git a/doc/api/util.md b/doc/api/util.md index 0f04d7bd179b97..02453e75c34075 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1897,7 +1897,7 @@ util.types.isWeakSet(new WeakSet()); // Returns true ### `util.types.isWebAssemblyCompiledModule(value)` > Stability: 0 - Deprecated: Use `value instanceof WebAssembly.Module` instead. diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md index cce728d7172cee..ff94c455586e34 100644 --- a/doc/changelogs/CHANGELOG_ARCHIVE.md +++ b/doc/changelogs/CHANGELOG_ARCHIVE.md @@ -154,6 +154,8 @@ |
Current | +
---|
+14.0.0 + |
+