From 928f77638572e7590c806a6bfb74ea8f1b2fec19 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 17 Dec 2018 12:16:13 -0500 Subject: [PATCH] doc: add missing pr-url PR-URL: https://github.com/nodejs/node/pull/25091 Reviewed-By: Richard Lau Reviewed-By: Vse Mozhet Byt --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 9bfe2a902aa5da..d0873045ea47b1 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1055,7 +1055,7 @@ argument. added: v0.11.13 changes: - version: REPLACEME - pr-url: REPLACEME + pr-url: https://github.com/nodejs/node/pull/24733 description: The `ca:` option now supports `BEGIN TRUSTED CERTIFICATE`. - version: v11.4.0 pr-url: https://github.com/nodejs/node/pull/24405