forked from LBRYCommunity/lbry-sdk
update changelog
This commit is contained in:
parent
3cc8a4b168
commit
55445b1bb7
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,9 @@ at anytime.
|
||||||
* Add uri to stream reflector to de-obfuscate reflector logs
|
* Add uri to stream reflector to de-obfuscate reflector logs
|
||||||
* Simplify lbrynet.lbrynet_daemon.Publisher
|
* Simplify lbrynet.lbrynet_daemon.Publisher
|
||||||
* Reflect streams in file manager looping call rather than in each file
|
* Reflect streams in file manager looping call rather than in each file
|
||||||
|
* Convert GetStream to inclineCallbacks
|
||||||
|
* Change callback condition in GetStream to the first data blob completing
|
||||||
|
* Add local and remote heights to blockchain status
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fix recursion depth error upon failed blob
|
* Fix recursion depth error upon failed blob
|
||||||
|
@ -29,6 +32,8 @@ at anytime.
|
||||||
* Fixed claim updates [#473](https://github.com/lbryio/lbry/issues/473)
|
* Fixed claim updates [#473](https://github.com/lbryio/lbry/issues/473)
|
||||||
* Handle ConnectionLost error in reflector client
|
* Handle ConnectionLost error in reflector client
|
||||||
* Fix updating a claim where the stream doesn't change
|
* Fix updating a claim where the stream doesn't change
|
||||||
|
* Fix claim_abandon
|
||||||
|
|
||||||
|
|
||||||
## [0.8.1] - 2017-02-01
|
## [0.8.1] - 2017-02-01
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in a new issue