diff --git a/CHANGELOG.md b/CHANGELOG.md index 888cb34c3316f6..db902985c5288f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Select a Node.js version below to view the changelog history: +* [Node.js 19](doc/changelogs/CHANGELOG_V19.md) **Current** * [Node.js 18](doc/changelogs/CHANGELOG_V18.md) **Current** * [Node.js 17](doc/changelogs/CHANGELOG_V17.md) **Current** * [Node.js 16](doc/changelogs/CHANGELOG_V16.md) **Long Term Support** @@ -27,6 +28,7 @@ release.
19 (Current) | 18 (Current) | 17 (Current) | 16 (LTS) | @@ -35,6 +37,9 @@ release.
---|---|---|---|
+19.0.0 + |
+
18.10.0 18.9.1 18.9.0 diff --git a/doc/api/cli.md b/doc/api/cli.md index 02408b493ce1e4..b1b5c968e0968b 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -422,7 +422,7 @@ Use this flag to disable top-level await in REPL. ### `--experimental-shadow-realm` Use this flag to enable [ShadowRealm][] support. @@ -644,7 +644,7 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.) ### `--import=module` > Stability: 1 - Experimental @@ -1561,7 +1561,7 @@ will be chosen. ### `--watch` > Stability: 1 - Experimental @@ -1583,7 +1583,7 @@ $ node --watch index.js ### `--watch-path` > Stability: 1 - Experimental diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index 3ce9e6e1e2263d..70bb2834e5b599 100644 --- a/doc/api/diagnostics_channel.md +++ b/doc/api/diagnostics_channel.md @@ -459,7 +459,7 @@ Emitted when a new UDP socket is created. #### Process `child_process` @@ -471,7 +471,7 @@ Emitted when a new process is created. #### Worker Thread `worker_threads` diff --git a/doc/api/fs.md b/doc/api/fs.md index 2ab9a711cb9631..b3687982d00a31 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4543,7 +4543,7 @@ default with the above values. * `links` {string|Array} @@ -3282,7 +3282,7 @@ server.listen(8000); added: v0.5.9 changes: - version: - - REPLACEME + - v19.0.0 pr-url: https://github.com/nodejs/node/pull/43522 description: The agent now uses HTTP Keep-Alive by default. --> diff --git a/doc/api/http2.md b/doc/api/http2.md index d741a4df1465e9..75fae761ecb631 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2276,7 +2276,7 @@ a given number of milliseconds set using `http2secureServer.setTimeout()`. * `links` {string|Array} diff --git a/doc/api/https.md b/doc/api/https.md index 7d114ef506d8a9..b917cc0bd2eda5 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -311,7 +311,7 @@ https.get('https://encrypted.google.com/', (res) => { added: v0.5.9 changes: - version: - - REPLACEME + - v19.0.0 pr-url: https://github.com/nodejs/node/pull/43522 description: The agent now uses HTTP Keep-Alive by default. --> diff --git a/doc/api/process.md b/doc/api/process.md index dd47929e535e37..c89cc9b5f99c4b 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1041,7 +1041,7 @@ This feature is not available in [`Worker`][] threads. > Stability: 1 - Experimental @@ -1611,7 +1611,7 @@ as transferable and can be used with `structuredClone()` or `postMessage()`. ## `util.transferableAbortSignal(signal)` > Stability: 1 - Experimental diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md index ba7e3a1995a41c..79654135ccdcae 100644 --- a/doc/changelogs/CHANGELOG_ARCHIVE.md +++ b/doc/changelogs/CHANGELOG_ARCHIVE.md @@ -154,6 +154,7 @@ |
Current | +
---|
+19.0.0 + |
+