add changelog related to build improvements

This commit is contained in:
Jeremy Kauffman 2017-11-10 11:54:52 -05:00
parent 0a818fa583
commit 440128d2c3

View file

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