Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix notable changes list format for 11.9.0 & 11.10.0 #26129

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 7 additions & 7 deletions doc/changelogs/CHANGELOG_V11.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@

### Notable Changes

**deps**
* **deps**
* Updated libuv to 1.26.0. [#26037](https://github.com/nodejs/node/pull/26037)
* Updated npm to 6.7.0. [#25804](https://github.com/nodejs/node/pull/25804)
**http, http2**
* **http, http2**
* `response.writeHead` now returns the response object. [#25974](https://github.com/nodejs/node/pull/25974)
**perf_hooks**
* **perf_hooks**
* Implemented a histogram based API. [#25378](https://github.com/nodejs/node/pull/25378)
**process**
* **process**
* Exposed `process.features.inspector`. [#25819](https://github.com/nodejs/node/pull/25378)
**repl**
* **repl**
* Added `repl.setupHistory` for programmatic repl. [#25895](https://github.com/nodejs/node/pull/25895)
**tls**
* **tls**
* Introduced client "session" event. [#25831](https://github.com/nodejs/node/pull/25831)

### Commits
Expand Down Expand Up @@ -286,7 +286,7 @@

### Notable Changes

**deps**:
* **deps**:
* OpenSSL has been updated to 1.1.1a, which is API/ABI compatible with the
previous OpenSSL 1.1.0j. Note that while OpenSSL 1.1.1a supports TLS1.3,
Node.js still does not. [#25381](https://github.com/nodejs/node/pull/25582))
Expand Down