Skip to content

Commit

Permalink
doc: fix notable changes in v11 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and rvagg committed Feb 28, 2019
1 parent 3971510 commit 82bc68b
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 @@ -64,18 +64,18 @@ A fix for the following CVE is included in this release:

### 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/25819)
* **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 @@ -311,7 +311,7 @@ A fix for the following CVE is included in this release:
* **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))
Node.js still does not. [#25381](https://github.com/nodejs/node/pull/25381)

### Commits

Expand Down

0 comments on commit 82bc68b

Please sign in to comment.