Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix changelog entry
PR-URL: #26114
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
  • Loading branch information
cjihrig committed Feb 16, 2019
commit bc724707881fd1be9d083f14987e9fa28f2ebadb
2 changes: 1 addition & 1 deletion doc/changelogs/CHANGELOG_V11.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down