From 9a3eec095099a4b6c9faa52739054833347573be Mon Sep 17 00:00:00 2001 From: hackrush Date: Sun, 18 Mar 2018 16:13:45 +0530 Subject: [PATCH] Sanitize changelog --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3863fbd7d..bc92c2705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ at anytime. * `blob_list` error when looking up blobs by stream or sd hash * issue#1107 whereing claiming a channel with the exact amount present in wallet would give out proper error * Fix channel creation to use same bid logic as claim ([1148])(https://github.com/lbryio/lbry/pull/1148) - * ### Deprecated * `report_bug` jsonrpc command @@ -27,7 +26,6 @@ at anytime. ### Changed * reflector server to periodically check and set `should_announce` for sd and head blobs instead of during each request * reflector server to use `SQLiteStorage` to find needed blob hashes for a stream - * ### Added * scripts to autogenerate documentation @@ -37,7 +35,6 @@ at anytime. ### Removed * short(single dashed) arguments for `lbrynet-cli` * `flags` decorator from server.py as short flags are no longer used when using api/cli methods - * ## [0.19.0] - 2018-03-02