Skip to content

Commit

Permalink
doc: fix notable changes list format for 11.9.0 & 11.10.0
Browse files Browse the repository at this point in the history
PR-URL: #26129
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
  • Loading branch information
Schweinepriester authored and vsemozhetbyt committed Feb 16, 2019
1 parent 006947b commit e74019f
Showing 1 changed file with 7 additions and 7 deletions.
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

0 comments on commit e74019f

Please sign in to comment.