From 66ec68282321e3bed1ef3000266409010eeea110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 15 Feb 2019 15:11:40 +0100 Subject: [PATCH 1/2] doc: fix notable changes in v11 changelog --- doc/changelogs/CHANGELOG_V11.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/changelogs/CHANGELOG_V11.md b/doc/changelogs/CHANGELOG_V11.md index 114e9e124cbcfe..3160d966731160 100644 --- a/doc/changelogs/CHANGELOG_V11.md +++ b/doc/changelogs/CHANGELOG_V11.md @@ -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 @@ -286,10 +286,10 @@ ### 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)) + Node.js still does not. [#25381](https://github.com/nodejs/node/pull/25581) ### Commits From 55c9d0c087e7d56d4bd5900df545aa5c46287cca Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sat, 16 Feb 2019 18:54:14 +0100 Subject: [PATCH 2/2] Update doc/changelogs/CHANGELOG_V11.md Co-Authored-By: targos --- doc/changelogs/CHANGELOG_V11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelogs/CHANGELOG_V11.md b/doc/changelogs/CHANGELOG_V11.md index 0900b14088b705..346fc6a07c4c75 100644 --- a/doc/changelogs/CHANGELOG_V11.md +++ b/doc/changelogs/CHANGELOG_V11.md @@ -289,7 +289,7 @@ * **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/25581) + Node.js still does not. [#25381](https://github.com/nodejs/node/pull/25381) ### Commits