File tree Expand file tree Collapse file tree 11 files changed +131
-14
lines changed Expand file tree Collapse file tree 11 files changed +131
-14
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ release.
3232</tr >
3333<tr >
3434 <td valign="top">
35- <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.2.1 " >15.2.1</a ></b ><br />
35+ <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.3.0 " >15.3.0</a ></b ><br />
36+ <a href =" doc/changelogs/CHANGELOG_V15.md#15.2.1 " >15.2.1</a ><br />
3637<a href =" doc/changelogs/CHANGELOG_V15.md#15.2.0 " >15.2.0</a ><br />
3738<a href =" doc/changelogs/CHANGELOG_V15.md#15.1.0 " >15.1.0</a ><br />
3839<a href =" doc/changelogs/CHANGELOG_V15.md#15.0.1 " >15.0.1</a ><br />
Original file line number Diff line number Diff line change @@ -732,7 +732,7 @@ The following methods from the `dnsPromises` API are available:
732732
733733### ` resolver.cancel() `
734734<!-- YAML
735- added: REPLACEME
735+ added: v15.3.0
736736-->
737737
738738Cancel all outstanding DNS queries made by this resolver. The corresponding
Original file line number Diff line number Diff line change 66added: v8.5.0
77changes:
88 - version:
9- - REPLACEME
9+ - v15.3.0
1010 pr-url: https://github.com/nodejs/node/pull/35781
1111 description: Stabilize modules implementation.
1212 - version:
Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ regular `'error'` listener is installed.
385385
386386### ` EventEmitter.setMaxListeners(n[, ...eventTargets]) `
387387<!-- YAML
388- added: REPLACEME
388+ added: v15.3.0
389389-->
390390
391391* ` n ` {number} A non-negative number. The maximum number of listeners per
Original file line number Diff line number Diff line change @@ -2336,7 +2336,7 @@ This can be overridden for servers and client requests by passing the
23362336<!-- YAML
23372337added: v0.3.6
23382338changes:
2339- - version: REPLACEME
2339+ - version: v15.3.0
23402340 pr-url: https://github.com/nodejs/node/pull/36048
23412341 description: It is possible to abort a request with an AbortSignal.
23422342 - version:
Original file line number Diff line number Diff line change 22<!-- YAML
33added: v8.4.0
44changes:
5- - version: REPLACEME
5+ - version: v15.3.0
66 pr-url: https://github.com/nodejs/node/pull/36070
77 description: It is possible to abort a request with an AbortSignal.
88 - version: v15.0.0
@@ -524,7 +524,7 @@ A prototype-less object describing the current remote settings of this
524524
525525#### ` http2session.setLocalWindowSize(windowSize) `
526526<!-- YAML
527- added: REPLACEME
527+ added: v15.3.0
528528-->
529529
530530* ` windowSize ` {number}
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ A [`TypeError`][] is thrown if `path` is not a string.
435435<!-- YAML
436436added: v0.11.15
437437changes:
438- - version: REPLACEME
438+ - version: v15.3.0
439439 pr-url: https://github.com/nodejs/node/pull/34962
440440 description: Exposed as `require('path/posix')`.
441441-->
@@ -575,7 +575,7 @@ method is non-operational and always returns `path` without modifications.
575575<!-- YAML
576576added: v0.11.15
577577changes:
578- - version: REPLACEME
578+ - version: v15.3.0
579579 pr-url: https://github.com/nodejs/node/pull/34962
580580 description: Exposed as `require('path/win32')`.
581581-->
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ whenever `rl.prompt()` is called.
285285
286286### ` rl.getPrompt() `
287287<!-- YAML
288- added: REPLACEME
288+ added: v15.3.0
289289-->
290290
291291* Returns: {string} the current prompt string
Original file line number Diff line number Diff line change @@ -1291,7 +1291,7 @@ The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`.
12911291<!-- YAML
12921292added: v10.0.0
12931293changes:
1294- - version: REPLACEME
1294+ - version: v15.3.0
12951295 pr-url: https://github.com/nodejs/node/pull/34055
12961296 description: Exposed as `require('util/types')`.
12971297-->
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments