File tree 6 files changed +209
-6
lines changed
6 files changed +209
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ release.
59
59
<a href =" doc/changelogs/CHANGELOG_V21.md#21.0.0 " >21.0.0</a ><br />
60
60
</td >
61
61
<td valign =" top " >
62
- <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.14.0 " >20.14.0</a ></b ><br />
62
+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.15.0 " >20.15.0</a ></b ><br />
63
+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.14.0 " >20.14.0</a ><br />
63
64
<a href =" doc/changelogs/CHANGELOG_V20.md#20.13.1 " >20.13.1</a ><br />
64
65
<a href =" doc/changelogs/CHANGELOG_V20.md#20.13.0 " >20.13.0</a ><br />
65
66
<a href =" doc/changelogs/CHANGELOG_V20.md#20.12.2 " >20.12.2</a ><br />
Original file line number Diff line number Diff line change @@ -555,7 +555,9 @@ An alias of [`assert.ok()`][].
555
555
<!-- YAML
556
556
added: v0.1.21
557
557
changes:
558
- - version: v22.2.0
558
+ - version:
559
+ - v22.2.0
560
+ - v20.15.0
559
561
pr-url: https://github.com/nodejs/node/pull/51805
560
562
description: Error cause and errors properties are now compared as well.
561
563
- version: v18.0.0
@@ -739,7 +741,9 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
739
741
<!-- YAML
740
742
added: v1.2.0
741
743
changes:
742
- - version: v22.2.0
744
+ - version:
745
+ - v22.2.0
746
+ - v20.15.0
743
747
pr-url: https://github.com/nodejs/node/pull/51805
744
748
description: Error cause and errors properties are now compared as well.
745
749
- version: v18.0.0
Original file line number Diff line number Diff line change @@ -635,7 +635,9 @@ vm.measureMemory();
635
635
### ` --disable-wasm-trap-handler `
636
636
637
637
<!-- YAML
638
- added: v22.2.0
638
+ added:
639
+ - v22.2.0
640
+ - v20.15.0
639
641
-->
640
642
641
643
By default, Node.js enables trap-handler-based WebAssembly bound
@@ -1470,7 +1472,9 @@ endpoint on `http://host:port/json/list`.
1470
1472
### ` --inspect-wait[=[host:]port] `
1471
1473
1472
1474
<!-- YAML
1473
- added: v22.2.0
1475
+ added:
1476
+ - v22.2.0
1477
+ - v20.15.0
1474
1478
-->
1475
1479
1476
1480
Activate inspector on ` host:port ` and wait for debugger to be attached.
Original file line number Diff line number Diff line change @@ -3223,6 +3223,7 @@ The name of the test.
3223
3223
<!-- YAML
3224
3224
added:
3225
3225
- v22.2.0
3226
+ - v20.15.0
3226
3227
-->
3227
3228
3228
3229
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -715,7 +715,9 @@ as appropriate for the derived class).
715
715
### ` zlib.crc32(data[, value]) `
716
716
717
717
<!-- YAML
718
- added: v22.2.0
718
+ added:
719
+ - v22.2.0
720
+ - v20.15.0
719
721
-->
720
722
721
723
* ` data ` {string|Buffer|TypedArray|DataView} When ` data ` is a string,
You can’t perform that action at this time.
0 commit comments