fix changelog having two Added sections
Signed-off-by: Kay Kurokawa <kay@lbry.io>
This commit is contained in:
parent
a13b8eee40
commit
be78390793
1 changed files with 1 additions and 4 deletions
|
@ -12,10 +12,6 @@ at anytime.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Added
|
|
||||||
* Added ability for reflector to store stream information for head blob announce
|
|
||||||
*
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed handling cancelled blob and availability requests
|
* Fixed handling cancelled blob and availability requests
|
||||||
* Fixed redundant blob requests to a peer
|
* Fixed redundant blob requests to a peer
|
||||||
|
@ -42,6 +38,7 @@ at anytime.
|
||||||
* Use `BytesIO` buffers instead of temp files when processing blobs
|
* Use `BytesIO` buffers instead of temp files when processing blobs
|
||||||
* Refactored and pruned blob related classes into `lbrynet.blobs`
|
* Refactored and pruned blob related classes into `lbrynet.blobs`
|
||||||
* Changed several `assert`s to raise more useful errors
|
* Changed several `assert`s to raise more useful errors
|
||||||
|
* Added ability for reflector to store stream information for head blob announce
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
* Removed `TempBlobFile`
|
* Removed `TempBlobFile`
|
||||||
|
|
Loading…
Reference in a new issue