File tree Expand file tree Collapse file tree 8 files changed +216
-13
lines changed Expand file tree Collapse file tree 8 files changed +216
-13
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ release.
2929</tr >
3030<tr >
3131 <td valign="top">
32- <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.5.0 " >13.5.0</a ></b ><br />
32+ <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.6.0 " >13.6.0</a ></b ><br />
33+ <a href =" doc/changelogs/CHANGELOG_V13.md#13.5.0 " >13.5.0</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V13.md#13.4.0 " >13.4.0</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V13.md#13.3.0 " >13.3.0</a ><br />
3536<a href =" doc/changelogs/CHANGELOG_V13.md#13.2.0 " >13.2.0</a ><br />
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
432432
433433## ` assert.doesNotMatch(string, regexp[, message]) `
434434<!-- YAML
435- added: REPLACEME
435+ added: v13.6.0
436436-->
437437
438438* ` string ` {string}
@@ -779,7 +779,7 @@ let err;
779779
780780## ` assert.match(string, regexp[, message]) `
781781<!-- YAML
782- added: REPLACEME
782+ added: v13.6.0
783783-->
784784
785785* ` string ` {string}
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ Enable experimental ES Module support in the `vm` module.
226226<!-- YAML
227227added: v13.3.0
228228changes:
229- - version: REPLACEME
229+ - version: v13.6.0
230230 pr-url: https://github.com/nodejs/node/pull/30980
231231 description: changed from `--experimental-wasi-unstable-preview0` to
232232 `--experimental-wasi-unstable-preview1`
@@ -870,7 +870,7 @@ See `SSL_CERT_DIR` and `SSL_CERT_FILE`.
870870
871871### ` --use-largepages=mode `
872872<!-- YAML
873- added: REPLACEME
873+ added: v13.6.0
874874-->
875875
876876Re-map the Node.js static code to large memory pages at startup. If supported on
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ Its `name` property is set to `'MaxListenersExceededWarning'`.
362362
363363### ` EventEmitter.errorMonitor `
364364<!-- YAML
365- added: REPLACEME
365+ added: v13.6.0
366366-->
367367
368368This symbol shall be used to install a listener for only monitoring ` 'error' `
@@ -888,7 +888,7 @@ See how to write a custom [rejection handler][rejection].
888888
889889## ` events.on(emitter, eventName) `
890890<!-- YAML
891- added: REPLACEME
891+ added: v13.6.0
892892-->
893893
894894* ` emitter ` {EventEmitter}
Original file line number Diff line number Diff line change @@ -1674,8 +1674,8 @@ changes:
16741674 - version: v2.3.0
16751675 pr-url: https://github.com/nodejs/node/pull/1845
16761676 description: The passed `options` object can be a string now.
1677- - version: REPLACEME
1678- pr-url: https://github.com/nodejs/node/pull/REPLACEME
1677+ - version: v13.6.0
1678+ pr-url: https://github.com/nodejs/node/pull/29083
16791679 description: The `fs` options allow overriding the used `fs`
16801680 implementation.
16811681-->
@@ -1777,8 +1777,8 @@ changes:
17771777 - version: v2.3.0
17781778 pr-url: https://github.com/nodejs/node/pull/1845
17791779 description: The passed `options` object can be a string now.
1780- - version: REPLACEME
1781- pr-url: https://github.com/nodejs/node/pull/REPLACEME
1780+ - version: v13.6.0
1781+ pr-url: https://github.com/nodejs/node/pull/29083
17821782 description: The `fs` options allow overriding the used `fs`
17831783 implementation.
17841784-->
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ undefined
236236
237237### Reverse-i-search
238238<!-- YAML
239- added: REPLACEME
239+ added: v13.6.0
240240-->
241241
242242The REPL supports bi-directional reverse-i-search similar to [ ZSH] [ ] . It is
Original file line number Diff line number Diff line change @@ -1241,7 +1241,7 @@ being issued by trusted CA (`options.ca`).
12411241<!-- YAML
12421242added: v0.11.3
12431243changes:
1244- - version: REPLACEME
1244+ - version: v13.6.0
12451245 pr-url: https://github.com/nodejs/node/pull/23188
12461246 description: The `pskCallback` option is now supported.
12471247 - version: v12.9.0
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments