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). *