File tree 5 files changed +304
-6
lines changed
5 files changed +304
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ release.
45
45
<a href =" doc/changelogs/CHANGELOG_V19.md#19.0.0 " >19.0.0</a ><br />
46
46
</td >
47
47
<td valign =" top " >
48
- <b ><a href =" doc/changelogs/CHANGELOG_V18.md#18.13.0 " >18.13.0</a ></b ><br />
48
+ <b ><a href =" doc/changelogs/CHANGELOG_V18.md#18.14.0 " >18.14.0</a ></b ><br />
49
+ <a href =" doc/changelogs/CHANGELOG_V18.md#18.13.0 " >18.13.0</a ><br />
49
50
<a href =" doc/changelogs/CHANGELOG_V18.md#18.12.1 " >18.12.1</a ><br />
50
51
<a href =" doc/changelogs/CHANGELOG_V18.md#18.12.0 " >18.12.0</a ><br />
51
52
<a href =" doc/changelogs/CHANGELOG_V18.md#18.11.0 " >18.11.0</a ><br />
Original file line number Diff line number Diff line change @@ -5155,7 +5155,9 @@ Throws if the `input` is a detached array buffer.
5155
5155
### ` buffer.isUtf8(input) `
5156
5156
5157
5157
<!-- YAML
5158
- added: v19.4.0
5158
+ added:
5159
+ - v19.4.0
5160
+ - v18.14.0
5159
5161
-->
5160
5162
5161
5163
* input {Buffer | ArrayBuffer | TypedArray} The input to validate.
Original file line number Diff line number Diff line change @@ -1516,7 +1516,9 @@ added:
1516
1516
- v11.3.0
1517
1517
- v10.14.0
1518
1518
changes:
1519
- - version: v19.4.0
1519
+ - version:
1520
+ - v19.4.0
1521
+ - v18.14.0
1520
1522
pr-url: https://github.com/nodejs/node/pull/45778
1521
1523
description: The default is now set to the minimum between 60000 (60 seconds) or `requestTimeout`.
1522
1524
-->
@@ -2426,7 +2428,9 @@ as an argument to any listeners on the event.
2426
2428
<!-- YAML
2427
2429
added: v0.1.5
2428
2430
changes:
2429
- - version: v19.5.0
2431
+ - version:
2432
+ - v19.5.0
2433
+ - v18.14.0
2430
2434
pr-url: https://github.com/nodejs/node/pull/45982
2431
2435
description: >-
2432
2436
The `joinDuplicateHeaders` option in the `http.request()`
@@ -3708,7 +3712,9 @@ request itself.
3708
3712
<!-- YAML
3709
3713
added: v14.3.0
3710
3714
changes:
3711
- - version: v19.5.0
3715
+ - version:
3716
+ - v19.5.0
3717
+ - v18.14.0
3712
3718
pr-url: https://github.com/nodejs/node/pull/46143
3713
3719
description: The `label` parameter is added.
3714
3720
-->
Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ The operating system-specific end-of-line marker.
29
29
## ` os.availableParallelism() `
30
30
31
31
<!-- YAML
32
- added: v19.4.0
32
+ added:
33
+ - v19.4.0
34
+ - v18.14.0
33
35
-->
34
36
35
37
* Returns: {integer}
You can’t perform that action at this time.
0 commit comments