From 3971510b66b814d58c03f381e27eb1e9785b33c5 Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Thu, 14 Feb 2019 18:07:14 -0500 Subject: [PATCH] doc: fix changelog entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/26114 Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Yuta Hiroto Reviewed-By: Сковорода Никита Андреевич --- doc/changelogs/CHANGELOG_V11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelogs/CHANGELOG_V11.md b/doc/changelogs/CHANGELOG_V11.md index 1b2593e3a82351..167a19f69aa720 100644 --- a/doc/changelogs/CHANGELOG_V11.md +++ b/doc/changelogs/CHANGELOG_V11.md @@ -72,7 +72,7 @@ A fix for the following CVE is included in this release: * **perf_hooks** * Implemented a histogram based API. [#25378](https://github.com/nodejs/node/pull/25378) * **process** - * Exposed `process.features.inspector`. [#25819](https://github.com/nodejs/node/pull/25378) + * Exposed `process.features.inspector`. [#25819](https://github.com/nodejs/node/pull/25819) * **repl** * Added `repl.setupHistory` for programmatic repl. [#25895](https://github.com/nodejs/node/pull/25895) * **tls**