diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc73e208e6acf..9763df97d13160 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.12.0 13.11.0 13.10.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 386d9cdb96ecb3..16b447a0b97dfe 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -441,7 +441,7 @@ disappear in a non-semver-major release. diff --git a/doc/api/crypto.md b/doc/api/crypto.md index e5a271ad6d758e..6a754d98ef58c6 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2328,7 +2328,7 @@ console.log(hashes); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...] 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 8f3af6fcb6a9d6..7ed5e5b0bd9ece 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 be sent on a socket. diff --git a/doc/api/fs.md b/doc/api/fs.md index 5e6cfb31786c6d..2605b8dd65ec5b 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3071,7 +3071,7 @@ this API: [`fs.read()`][]. ## `fs.readv(fd, buffers[, position], callback)` * `fd` {integer} @@ -3094,7 +3094,7 @@ The callback will be given three arguments: `err`, `bytesRead`, and ## `fs.readvSync(fd, buffers[, position])` * `fd` {integer} @@ -3971,7 +3971,7 @@ This happens when: * `buffers` {ArrayBufferView[]} @@ -4615,7 +4615,7 @@ This function does not work on AIX versions before 7.1, it will resolve the diff --git a/doc/api/stream.md b/doc/api/stream.md index 69be69b5516fff..756dc2760784f9 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1789,7 +1789,7 @@ changes: pr-url: https://github.com/nodejs/node/pull/22795 description: Add `autoDestroy` option to automatically `destroy()` the stream when it emits `'finish'` or errors. - - version: REPLACEME + - version: v14.0.0 pr-url: https://github.com/nodejs/node/pull/30623 description: Change `autoDestroy` option default to `true`. --> @@ -2069,7 +2069,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 e1dadbf65f299f..ae880422d80add 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1891,7 +1891,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..f2dbf3ea9d999e 100644 --- a/doc/changelogs/CHANGELOG_ARCHIVE.md +++ b/doc/changelogs/CHANGELOG_ARCHIVE.md @@ -154,6 +154,7 @@ |
Current | +
---|
+14.0.0 + |
+