From 9529b1a0af5e2e5d8d90084a9268f20fd168615f Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 8 Nov 2017 18:20:36 -0500 Subject: [PATCH] no newlines in changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b207e42a..2fa973171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,7 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Changed - * Daemon updated to [v0.18.0](https://github.com/lbryio/lbry/releases/tag/v0.18.0). The largest changes here are several more - network improvements and fixes as well as functionality and improvements related to concurrent heavier usage (bugs and issues largely discoverd by spee.ch). + * Daemon updated to [v0.18.0](https://github.com/lbryio/lbry/releases/tag/v0.18.0). The largest changes here are several more network improvements and fixes as well as functionality and improvements related to concurrent heavier usage (bugs and issues largely discoverd by spee.ch). * Replaced all instances of `XMLHttpRequest` with native `Fetch` API (#676). *