Skip to content

Commit 5202b70

Browse files
committed
doc: fix REPLACEME for tls min/max protocol option
Fill in correct pr-url: value in the YAML changelog that was missing from f512f5e. The stanza was also sorted in the wrong order, most recent is supposed to be in the beginning of the changes, not the end. PR-URL: #24759 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f084e06 commit 5202b70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: doc/api/tls.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,10 @@ argument.
10541054
<!-- YAML
10551055
added: v0.11.13
10561056
changes:
1057+
- version: REPLACEME
1058+
pr-url: https://github.com/nodejs/node/pull/24405
1059+
description: The `minVersion` and `maxVersion` can be used to restrict
1060+
the allowed TLS protocol versions.
10571061
- version: v10.0.0
10581062
pr-url: https://github.com/nodejs/node/pull/19794
10591063
description: The `ecdhCurve` cannot be set to `false` anymore due to a
@@ -1070,10 +1074,6 @@ changes:
10701074
pr-url: https://github.com/nodejs/node/pull/4099
10711075
description: The `ca` option can now be a single string containing multiple
10721076
CA certificates.
1073-
- version: REPLACEME
1074-
pr-url: REPLACEME
1075-
description: The `minVersion` and `maxVersion` can be used to restrict
1076-
the allowed TLS protocol versions.
10771077
-->
10781078

10791079
* `options` {Object}

0 commit comments

Comments
 (0)