summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ihrig <cjihrig@gmail.com>2019-02-14 18:07:14 -0500
committerGitHub <noreply@github.com>2019-02-14 18:07:14 -0500
commitd0d9c2460c95afa097d383441f2ac354d4994e6f (patch)
treeddd0ccf6c23aa17d7b16c53d25b6b9307cf50860
parent82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2 (diff)
downloadnode-new-cjihrig-patch-1.tar.gz
doc: fix changelog entrycjihrig-patch-1
-rw-r--r--doc/changelogs/CHANGELOG_V11.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelogs/CHANGELOG_V11.md b/doc/changelogs/CHANGELOG_V11.md
index 114e9e124c..844f019866 100644
--- a/doc/changelogs/CHANGELOG_V11.md
+++ b/doc/changelogs/CHANGELOG_V11.md
@@ -50,7 +50,7 @@
**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**