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 6d7758f175b3df..18a244aff8a912 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -420,7 +420,7 @@ Use this flag to disable top-level await in REPL. ### `--experimental-shadow-realm` Use this flag to enable [ShadowRealm][] support. @@ -642,7 +642,7 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.) ### `--import=module` > Stability: 1 - Experimental @@ -1569,7 +1569,7 @@ will be chosen. ### `--watch` > Stability: 1 - Experimental @@ -1591,7 +1591,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 b50a0c345bdfd5..60aa57cc082492 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4612,7 +4612,7 @@ default with the above values. * `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 @@ -1617,7 +1617,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 + |
+