update changelog
This commit is contained in:
parent
3bdd33567b
commit
a43b726f32
1 changed files with 7 additions and 2 deletions
|
@ -8,6 +8,9 @@ can and probably will change functionality and break backwards compatability
|
||||||
at anytime.
|
at anytime.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Fixed
|
||||||
|
* Add better logging to help track down [#478](https://github.com/lbryio/lbry/issues/478)
|
||||||
|
|
||||||
|
|
||||||
## [0.8.3rc3] - 2017-02-14
|
## [0.8.3rc3] - 2017-02-14
|
||||||
|
|
||||||
|
@ -16,6 +19,7 @@ at anytime.
|
||||||
## [0.8.3rc1] - 2017-02-13
|
## [0.8.3rc1] - 2017-02-13
|
||||||
### Changed
|
### Changed
|
||||||
* make connection manager unit testeable
|
* make connection manager unit testeable
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Change EWOULDBLOCK error in DHT to warning. #481
|
* Change EWOULDBLOCK error in DHT to warning. #481
|
||||||
* mark peers as down if it fails download protocol
|
* mark peers as down if it fails download protocol
|
||||||
|
@ -44,12 +48,12 @@ at anytime.
|
||||||
* Fix updating a claim where the stream doesn't change
|
* Fix updating a claim where the stream doesn't change
|
||||||
* Fix claim_abandon
|
* Fix claim_abandon
|
||||||
|
|
||||||
|
|
||||||
## [0.8.1] - 2017-02-01
|
## [0.8.1] - 2017-02-01
|
||||||
### Changed
|
### Changed
|
||||||
* reflect all the blobs in a stream
|
* reflect all the blobs in a stream
|
||||||
* change command line flags so that the more common usage is the default
|
* change command line flags so that the more common usage is the default
|
||||||
* change daemon function signatures to include names arguments
|
* change daemon function signatures to include names arguments
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* disable verbose twisted logs
|
* disable verbose twisted logs
|
||||||
* improved wallet balance calculations
|
* improved wallet balance calculations
|
||||||
|
@ -61,6 +65,7 @@ at anytime.
|
||||||
* improved command line user experience
|
* improved command line user experience
|
||||||
* integrate twisted logging with python logging
|
* integrate twisted logging with python logging
|
||||||
* Updated READMEs
|
* Updated READMEs
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed bug where ConnectionManager wasn't being stopped
|
* Fixed bug where ConnectionManager wasn't being stopped
|
||||||
* Fixed: #343
|
* Fixed: #343
|
||||||
|
|
Loading…
Reference in a new issue