Skip to content

Commit ecae727

Browse files
sam-githubBethGriggs
authored andcommittedMar 28, 2019
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. Backport-PR-URL: #26270 PR-URL: #24759 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent d3ebad2 commit ecae727

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎doc/api/tls.md

+4
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,10 @@ argument.
995995
<!-- YAML
996996
added: v0.11.13
997997
changes:
998+
- version: REPLACEME
999+
pr-url: https://github.com/nodejs/node/pull/24405
1000+
description: The `minVersion` and `maxVersion` can be used to restrict
1001+
the allowed TLS protocol versions.
9981002
- version: v10.0.0
9991003
pr-url: https://github.com/nodejs/node/pull/19794
10001004
description: The `ecdhCurve` cannot be set to `false` anymore due to a

0 commit comments

Comments
 (0)
Please sign in to comment.