summaryrefslogtreecommitdiff
path: root/doc/changelogs/CHANGELOG_V5.md
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-08-29 09:04:34 -0400
committerRich Trott <rtrott@gmail.com>2019-08-31 15:27:58 -0700
commit9a46cfc33796a5effade4a0c6de95807f1fca7ad (patch)
tree4ba6024f24f8b6d1893a172fe00e75b8cc2fc53b /doc/changelogs/CHANGELOG_V5.md
parentcad3a21c1d0d216ba0d0b4b8eaa7a468fab7c2a9 (diff)
downloadandroid-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.tar.gz
android-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.tar.bz2
android-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.zip
doc: remove multiple consecutive blank lines
These are rendered as single breaks. Addresses Markdownlint MD012 rule. PR-URL: https://github.com/nodejs/node/pull/29352 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/changelogs/CHANGELOG_V5.md')
-rw-r--r--doc/changelogs/CHANGELOG_V5.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/changelogs/CHANGELOG_V5.md b/doc/changelogs/CHANGELOG_V5.md
index 855e1ae8ee..2de04fbb24 100644
--- a/doc/changelogs/CHANGELOG_V5.md
+++ b/doc/changelogs/CHANGELOG_V5.md
@@ -91,7 +91,6 @@ This is a security release. All Node.js users should consult the security releas
* [[`c1ddefdd79`](https://github.com/nodejs/node/commit/c1ddefdd79)] - **openssl**: fix keypress requirement in apps on win32 (Shigeki Ohtsu) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
* [[`bec5d50f1e`](https://github.com/nodejs/node/commit/bec5d50f1e)] - **test**: fix alpn tests for openssl1.0.2h (Shigeki Ohtsu) [#6552](https://github.com/nodejs/node/pull/6552)
-
<a id="5.11.0"></a>
## 2016-04-20, Version 5.11.0 (Stable), @thealphanerd
@@ -913,7 +912,6 @@ This is an important security release. All Node.js users should consult the secu
* [[`386ad7e0b5`](https://github.com/nodejs/node/commit/386ad7e0b5)] - **tools**: fix setting path containing an ampersand (Brian White) [#4804](https://github.com/nodejs/node/pull/4804)
* [[`e415eb27e5`](https://github.com/nodejs/node/commit/e415eb27e5)] - **url**: change scoping of variables with let (Kári Tristan Helgason) [#4867](https://github.com/nodejs/node/pull/4867)
-
<a id="5.5.0"></a>
## 2016-01-20, Version 5.5.0 (Stable), @evanlucas
@@ -1186,7 +1184,6 @@ This is an important security release. All Node.js users should consult the secu
* **deps**:
- Upgrade libuv to 1.8.0. (Saúl Ibarra Corretgé) [#4276](https://github.com/nodejs/node/pull/4276).
-
### Known issues
* Surrogate pair in REPL can freeze terminal. [#690](https://github.com/nodejs/node/issues/690)
@@ -1262,7 +1259,6 @@ This is an important security release. All Node.js users should consult the secu
- Multiple CA certificates can now be passed with the `ca` option to TLS methods as an array of strings or in a single new-line separated string. (Ben Noordhuis) [#4099](https://github.com/nodejs/node/pull/4099)
* **tools**: Include a tick processor in core, exposed via the `--prof-process` command-line argument which can be used to process V8 profiling output files generated when using the `--prof` command-line argument. (Matt Loring) [#4021](https://github.com/nodejs/node/pull/4021).
-
### Known issues
* Surrogate pair in REPL can freeze terminal. [#690](https://github.com/nodejs/node/issues/690)
@@ -1609,7 +1605,6 @@ This is an important security release. All Node.js users should consult the secu
* `url.resolve` may transfer the auth portion of the url when resolving between two full hosts, see [#1435](https://github.com/nodejs/node/issues/1435).
* Unicode characters in filesystem paths are not handled consistently across platforms or Node.js APIs. See [#2088](https://github.com/nodejs/node/issues/2088), [#3401](https://github.com/nodejs/node/issues/3401) and [#3519](https://github.com/nodejs/node/issues/3519).
-
### Commits
* [[`6a04cc0a43`](https://github.com/nodejs/node/commit/6a04cc0a43)] - **buffer**: fix value check for writeUInt{B,L}E (Trevor Norris) [#3500](https://github.com/nodejs/node/pull/3500)