add protocol update information

This commit is contained in:
Thomas Zarebczan 2018-03-20 20:41:02 -04:00 committed by GitHub
parent 8c0fdf2eef
commit 262dd8f5a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
* Add YouTube Sync reward ([1147](https://github.com/lbryio/lbry-app/pull/1147))
### Changed
* Update LBRY Protocol to 0.19.1 (See change log for [0.19.0](https://github.com/lbryio/lbry/releases/tag/v0.19.0) and [0.19.1](https://github.com/lbryio/lbry/releases/tag/v0.19.1))
* Improved privacy by allowing users to turn off the file view counter and better understand privacy settings ([#1074](https://github.com/lbryio/lbry-app/pull/1074))
* Disabled auto dark mode if dark mode is selected ([#1006](https://github.com/lbryio/lbry-app/pull/1006))
* Refactor Electron's main process ([#951](https://github.com/lbryio/lbry-app/pull/951))