File tree 9 files changed +240
-11
lines changed
9 files changed +240
-11
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ release.
35
35
</tr >
36
36
<tr >
37
37
<td valign =" top " >
38
- <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.16.0 " >20.16.0</a ></b ><br />
38
+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.17.0 " >20.17.0</a ></b ><br />
39
+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.16.0 " >20.16.0</a ><br />
39
40
<a href =" doc/changelogs/CHANGELOG_V20.md#20.15.1 " >20.15.1</a ><br />
40
41
<a href =" doc/changelogs/CHANGELOG_V20.md#20.15.0 " >20.15.0</a ><br />
41
42
<a href =" doc/changelogs/CHANGELOG_V20.md#20.14.0 " >20.14.0</a ><br />
Original file line number Diff line number Diff line change @@ -977,7 +977,7 @@ Use the specified file as a security policy.
977
977
### ` --experimental-require-module `
978
978
979
979
<!-- YAML
980
- added: REPLACEME
980
+ added: v20.17.0
981
981
-->
982
982
983
983
> Stability: 1.1 - Active Development
@@ -1714,7 +1714,7 @@ Identical to `-e` but prints the result.
1714
1714
### ` --experimental-print-required-tla `
1715
1715
1716
1716
<!-- YAML
1717
- added: REPLACEME
1717
+ added: v20.17.0
1718
1718
-->
1719
1719
1720
1720
This flag is only useful when ` --experimental-require-module ` is enabled.
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ path.format({
282
282
## ` path.matchesGlob(path, pattern) `
283
283
284
284
<!-- YAML
285
- added: REPLACEME
285
+ added: v20.17.0
286
286
-->
287
287
288
288
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -2706,7 +2706,7 @@ further errors except from `_destroy()` may be emitted as `'error'`.
2706
2706
#### ` stream.duplexPair([options]) `
2707
2707
2708
2708
<!-- YAML
2709
- added: REPLACEME
2709
+ added: v20.17.0
2710
2710
-->
2711
2711
2712
2712
* ` options ` {Object} A value to pass to both [ ` Duplex ` ] [ ] constructors,
Original file line number Diff line number Diff line change @@ -1536,7 +1536,7 @@ protocol.
1536
1536
### ` tlsSocket.setKeyCert(context) `
1537
1537
1538
1538
<!-- YAML
1539
- added: REPLACEME
1539
+ added: v20.17.0
1540
1540
-->
1541
1541
1542
1542
* ` context ` {Object|tls.SecureContext} An object containing at least ` key ` and
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ The algorithms currently supported include:
572
572
<!-- YAML
573
573
added: v15.0.0
574
574
changes:
575
- - version: REPLACEME
575
+ - version: v20.17.0
576
576
pr-url: https://github.com/nodejs/node/pull/53601
577
577
description: The length parameter is now optional for `'ECDH'`, `'X25519'`,
578
578
and `'X448'`.
Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ added: v16.5.0
618
618
<!-- YAML
619
619
added: v16.5.0
620
620
changes:
621
- - version: REPLACEME
621
+ - version: v20.17.0
622
622
pr-url: https://github.com/nodejs/node/pull/54044
623
623
description: Added ` min` option.
624
624
-->
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 23
23
#define SRC_NODE_VERSION_H_
24
24
25
25
#define NODE_MAJOR_VERSION 20
26
- #define NODE_MINOR_VERSION 16
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 17
27
+ #define NODE_PATCH_VERSION 0
28
28
29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Iron"
31
31
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments