forked from LBRYCommunity/lbry-sdk
add changelog
This commit is contained in:
parent
c007ebd121
commit
c111bd49d3
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,8 @@ at anytime.
|
||||||
* Check claim schema in `publish` before trying to make the claim, return better error messages
|
* Check claim schema in `publish` before trying to make the claim, return better error messages
|
||||||
* Renamed `channel_list_mine` to `channel_list`
|
* Renamed `channel_list_mine` to `channel_list`
|
||||||
* Changed `channel_list` to include channels where the certificate info has been imported but the claim is not in the wallet
|
* Changed `channel_list` to include channels where the certificate info has been imported but the claim is not in the wallet
|
||||||
|
* API commands file_list, file_delete, and file_reflect no longer deals with claim information
|
||||||
|
*
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Added `channel_import` and `channel_export` commands
|
* Added `channel_import` and `channel_export` commands
|
||||||
|
@ -57,7 +59,6 @@ at anytime.
|
||||||
* Removed some alternate methods of reading from blob files
|
* Removed some alternate methods of reading from blob files
|
||||||
* Removed `@AuthJSONRPCServer.queued` decorator
|
* Removed `@AuthJSONRPCServer.queued` decorator
|
||||||
|
|
||||||
|
|
||||||
## [0.17.1] - 2017-10-25
|
## [0.17.1] - 2017-10-25
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed slow startup for nodes with many lbry files
|
* Fixed slow startup for nodes with many lbry files
|
||||||
|
|
Loading…
Reference in a new issue