From be783907933579cd65f75ed68216c48f82f1c2d7 Mon Sep 17 00:00:00 2001 From: Kay Kurokawa Date: Thu, 5 Oct 2017 13:50:59 -0400 Subject: [PATCH] fix changelog having two Added sections Signed-off-by: Kay Kurokawa --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a48d783..95a2dc473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,6 @@ at anytime. * * -### Added - * Added ability for reflector to store stream information for head blob announce - * - ### Fixed * Fixed handling cancelled blob and availability requests * Fixed redundant blob requests to a peer @@ -42,6 +38,7 @@ at anytime. * Use `BytesIO` buffers instead of temp files when processing blobs * Refactored and pruned blob related classes into `lbrynet.blobs` * Changed several `assert`s to raise more useful errors + * Added ability for reflector to store stream information for head blob announce ### Removed * Removed `TempBlobFile`