clean up changelog

This commit is contained in:
Jack Robison 2018-08-09 09:01:33 -04:00
parent 5fe8022b15
commit 2361d8bdc1
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -14,12 +14,12 @@ at anytime.
### Fixed ### Fixed
* check `claim_address` and `change_address` earlier on publishing, to avoid hard to understand errors later in the process * check `claim_address` and `change_address` earlier on publishing, to avoid hard to understand errors later in the process
* mirroring being set on tests, making unrelated tests fail
* loggly error reporting not following `share_usage_data` * loggly error reporting not following `share_usage_data`
* improper error handling when data is not valid JSON * improper error handling when data is not valid JSON
* edge cases of http mirrored download of blobs * blob mirroring being set in unrelated tests, making them fail
* ports with upnp redirects not showing the correct external port in log messages ( https://github.com/lbryio/lbry/issues/1338 ) * http blob mirroring edge cases
* miniupnpc fallback issue in txupnp ( https://github.com/lbryio/lbry/issues/1341 ) * external ports in log messages not showing the correct external port from the upnp redirects ( https://github.com/lbryio/lbry/issues/1338 )
* miniupnpc fallback issues in txupnp ( https://github.com/lbryio/lbry/issues/1341 )
* upnp error when disabled on router and a non-gateway is found, such as chromecast ( https://github.com/lbryio/lbry/issues/1352 ) * upnp error when disabled on router and a non-gateway is found, such as chromecast ( https://github.com/lbryio/lbry/issues/1352 )
### Deprecated ### Deprecated
@ -45,7 +45,7 @@ at anytime.
* `skipped_components` config setting, accepts a list of names of components to not run * `skipped_components` config setting, accepts a list of names of components to not run
* `ComponentManager` for managing the life-cycles of dependencies * `ComponentManager` for managing the life-cycles of dependencies
* `requires` decorator to register the components required by a `jsonrpc_` command, to facilitate commands registering asynchronously * `requires` decorator to register the components required by a `jsonrpc_` command, to facilitate commands registering asynchronously
* unittests for `ComponentManager` * unit tests for `ComponentManager`
* script to generate docs/api.json file (https://github.com/lbryio/lbry.tech/issues/42) * script to generate docs/api.json file (https://github.com/lbryio/lbry.tech/issues/42)
* additional information to the balance error message when editing a claim (https://github.com/lbryio/lbry/pull/1309) * additional information to the balance error message when editing a claim (https://github.com/lbryio/lbry/pull/1309)
* `address` and `port` arguments to `peer_ping` (https://github.com/lbryio/lbry/issues/1313) * `address` and `port` arguments to `peer_ping` (https://github.com/lbryio/lbry/issues/1313)