diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa973171..7e74c34dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,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). + * Improved build and first-run process for new developers. * Replaced all instances of `XMLHttpRequest` with native `Fetch` API (#676). *