diff --git a/CHANGELOG.md b/CHANGELOG.md index b43b8f0a3..7d8e64203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,9 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Changed - * Replaced all instances of `XMLHttpRequest` with native `Fetch` API. + * 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). * ### Fixed