forked from LBRYCommunity/lbry-sdk
update changelog
This commit is contained in:
parent
85cc843d36
commit
efd46a9715
1 changed files with 5 additions and 2 deletions
|
@ -10,11 +10,14 @@ at anytime.
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* Missing docstring for `blob_list`
|
* Missing docstring for `blob_list`
|
||||||
*
|
* Added convenient import for setting up a daemon client, `from lbrynet.daemon import get_client`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Change `max_key_fee` setting to be a dictionary with values for `currency` and `amount`
|
* Change `max_key_fee` setting to be a dictionary with values for `currency` and `amount`
|
||||||
*
|
* Renamed `lbrynet.lbryfile` to `lbrynet.lbry_file`
|
||||||
|
* Renamed `lbrynet.lbryfilemanager` to `lbrynet.file_manager`
|
||||||
|
* Renamed `lbrynet.lbrynet_daemon` to `lbrynet.daemon`
|
||||||
|
* Initialize lbrynet settings when configuring an api client if they are not set yet
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed some log messages throwing exceptions
|
* Fixed some log messages throwing exceptions
|
||||||
|
|
Loading…
Reference in a new issue