File tree Expand file tree Collapse file tree 6 files changed +187
-10
lines changed Expand file tree Collapse file tree 6 files changed +187
-10
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
28
28
</tr >
29
29
<tr >
30
30
<td valign="top">
31
- <b ><a href =" doc/changelogs/CHANGELOG_V11.md#11.11.0 " >11.11.0</a ></b ><br />
31
+ <b ><a href =" doc/changelogs/CHANGELOG_V11.md#11.12.0 " >11.12.0</a ></b ><br />
32
+ <a href =" doc/changelogs/CHANGELOG_V11.md#11.11.0 " >11.11.0</a ><br />
32
33
<a href =" doc/changelogs/CHANGELOG_V11.md#11.10.1 " >11.10.1</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V11.md#11.10.0 " >11.10.0</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V11.md#11.9.0 " >11.9.0</a ><br />
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Force FIPS-compliant crypto on startup. (Cannot be disabled from script code.)
179
179
180
180
### ` --frozen-intrinsics `
181
181
<!-- YAML
182
- added: REPLACEME
182
+ added: v11.12.0
183
183
-->
184
184
185
185
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -2134,7 +2134,7 @@ changes:
2134
2134
- version: v10.9.0
2135
2135
pr-url: https://github.com/nodejs/node/pull/22004
2136
2136
description: Documentation-only deprecation.
2137
- - version: REPLACEME
2137
+ - version: v11.12.0
2138
2138
pr-url: https://github.com/nodejs/node/pull/26500
2139
2139
description: Added support for `--pending-deprecation`.
2140
2140
-->
Original file line number Diff line number Diff line change @@ -1984,7 +1984,7 @@ A module file could not be resolved while attempting a [`require()`][] or
1984
1984
### ERR_CLOSED_MESSAGE_PORT
1985
1985
<!-- YAML
1986
1986
added: v10.5.0
1987
- removed: REPLACEME
1987
+ removed: v11.12.0
1988
1988
-->
1989
1989
1990
1990
There was an attempt to use a ` MessagePort ` instance in a closed
Original file line number Diff line number Diff line change @@ -1671,7 +1671,7 @@ reports for the current process. Additional documentation is available in the
1671
1671
1672
1672
### process.report.directory
1673
1673
<!-- YAML
1674
- added: REPLACEME
1674
+ added: v11.12.0
1675
1675
-->
1676
1676
1677
1677
* {string}
@@ -1686,7 +1686,7 @@ console.log(`Report directory is ${process.report.directory}`);
1686
1686
1687
1687
### process.report.filename
1688
1688
<!-- YAML
1689
- added: REPLACEME
1689
+ added: v11.12.0
1690
1690
-->
1691
1691
1692
1692
* {string}
@@ -1719,7 +1719,7 @@ Additional documentation is available in the [report documentation][].
1719
1719
1720
1720
### process.report.reportOnFatalError
1721
1721
<!-- YAML
1722
- added: REPLACEME
1722
+ added: v11.12.0
1723
1723
-->
1724
1724
1725
1725
* {boolean}
@@ -1733,7 +1733,7 @@ console.log(`Report on fatal error: ${process.report.reportOnFatalError}`);
1733
1733
1734
1734
### process.report.reportOnSignal
1735
1735
<!-- YAML
1736
- added: REPLACEME
1736
+ added: v11.12.0
1737
1737
-->
1738
1738
1739
1739
* {boolean}
@@ -1747,7 +1747,7 @@ console.log(`Report on signal: ${process.report.reportOnSignal}`);
1747
1747
1748
1748
### process.report.reportOnUncaughtException
1749
1749
<!-- YAML
1750
- added: REPLACEME
1750
+ added: v11.12.0
1751
1751
-->
1752
1752
1753
1753
* {boolean}
@@ -1760,7 +1760,7 @@ console.log(`Report on exception: ${process.report.reportOnUncaughtException}`);
1760
1760
1761
1761
### process.report.signal
1762
1762
<!-- YAML
1763
- added: REPLACEME
1763
+ added: v11.12.0
1764
1764
-->
1765
1765
1766
1766
* {string}
You can’t perform that action at this time.
0 commit comments