diff --git a/CHANGELOG.md b/CHANGELOG.md index 8901baf912fd3b..bd6c27cdb4d9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,8 @@ release. 20.0.0
-18.16.1
+18.17.0
+18.16.1
18.16.0
18.15.0
18.14.2
diff --git a/doc/api/cli.md b/doc/api/cli.md index e8b21861d24850..a5a07619da91c2 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -627,7 +627,9 @@ added: - v19.7.0 - v18.15.0 changes: - - version: v20.1.0 + - version: + - v20.1.0 + - v18.17.0 pr-url: https://github.com/nodejs/node/pull/47686 description: This option can be used with `--test`. --> @@ -652,7 +654,9 @@ added: - v13.3.0 - v12.16.0 changes: - - version: v20.0.0 + - version: + - v20.0.0 + - v18.17.0 pr-url: https://github.com/nodejs/node/pull/47286 description: This option is no longer required as WASI is enabled by default, but can still be passed. diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index d26d62a2c14dd0..e6cdb143cd4450 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3295,7 +3295,9 @@ Node-API callbacks. Get the default value for `verbatim` in [`dns.lookup()`][] and @@ -1366,7 +1368,9 @@ default dns orders in workers. ### `dnsPromises.getDefaultResultOrder()` Get the value of `dnsOrder`. diff --git a/doc/api/events.md b/doc/api/events.md index c4e58442991364..d728a7aa49b8ad 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -1271,7 +1271,9 @@ const { getEventListeners, EventEmitter } = require('node:events'); ## `events.getMaxListeners(emitterOrTarget)` * `emitterOrTarget` {EventEmitter|EventTarget} diff --git a/doc/api/fs.md b/doc/api/fs.md index d52662a63f75cb..2eb490e8b5ce5d 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -451,7 +451,9 @@ number of bytes read is zero. @@ -976,7 +978,9 @@ try { * {string} diff --git a/doc/api/globals.md b/doc/api/globals.md index 63b15b4b7f8788..9e2e1d0761a8d1 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -124,7 +124,9 @@ Returns a new `AbortSignal` which will be aborted in `delay` milliseconds. #### Static method: `AbortSignal.any(signals)` * `signals` {AbortSignal\[]} The `AbortSignal`s of which to compose a new `AbortSignal`. diff --git a/doc/api/http.md b/doc/api/http.md index a0437f329bb148..785f154f9e2f72 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -3204,7 +3204,9 @@ Found'`. * `objectMode` {boolean} @@ -3354,7 +3358,9 @@ Defaults to `16384` (16 KiB), or `16` for `objectMode`. ### `stream.setDefaultHighWaterMark(objectMode, value)` * `objectMode` {boolean} diff --git a/doc/api/test.md b/doc/api/test.md index 3e460dd1c09228..c24615e8b8d0ee 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -609,7 +609,9 @@ added: - v19.6.0 - v18.15.0 changes: - - version: v19.9.0 + - version: + - v19.9.0 + - v18.17.0 pr-url: https://github.com/nodejs/node/pull/47238 description: Reporters are now exposed at `node:test/reporters`. --> @@ -815,7 +817,9 @@ added: - v18.9.0 - v16.19.0 changes: - - version: v20.1.0 + - version: + - v20.1.0 + - v18.17.0 pr-url: https://github.com/nodejs/node/pull/47628 description: Add a testNamePatterns option. --> @@ -882,7 +886,9 @@ added: - v18.0.0 - v16.17.0 changes: - - version: v20.2.0 + - version: + - v20.2.0 + - v18.17.0 pr-url: https://github.com/nodejs/node/pull/47909 description: Added the `skip`, `todo`, and `only` shorthands. - version: @@ -2086,7 +2092,9 @@ added: - v18.0.0 - v16.17.0 changes: - - version: v20.1.0 + - version: + - v20.1.0 + - v18.17.0 pr-url: https://github.com/nodejs/node/pull/47586 description: The `before` function was added to TestContext. --> @@ -2098,7 +2106,9 @@ exposed as part of the API. ### `context.before([fn][, options])` * `fn` {Function|AsyncFunction} The hook function. The first argument diff --git a/doc/api/url.md b/doc/api/url.md index d0f325e5bde3a4..9e024da5c793b3 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -131,7 +131,9 @@ return `true`. @@ -669,7 +671,9 @@ ID that isn't registered will silently fail. #### `URL.canParse(input[, base])` * `input` {string} The absolute or relative input URL to parse. If `input` @@ -1062,7 +1066,9 @@ added: - v7.4.0 - v6.13.0 changes: - - version: v20.0.0 + - version: + - v20.0.0 + - v18.17.0 pr-url: https://github.com/nodejs/node/pull/47339 description: ICU requirement is removed. --> @@ -1104,7 +1110,9 @@ added: - v7.4.0 - v6.13.0 changes: - - version: v20.0.0 + - version: + - v20.0.0 + - v18.17.0 pr-url: https://github.com/nodejs/node/pull/47339 description: ICU requirement is removed. --> @@ -1282,7 +1290,9 @@ added: - v15.7.0 - v14.18.0 changes: - - version: v19.9.0 + - version: + - v19.9.0 + - v18.17.0 pr-url: https://github.com/nodejs/node/pull/46989 description: The returned object will also contain all the own enumerable properties of the `url` argument. diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index fb33d552e4ebac..8aa8ac07b9b92d 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -2,7 +2,9 @@