From 10897ef33c733d05f7f32c576716e958704ae63a Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 19 Jun 2018 14:02:24 -0400 Subject: [PATCH] clean up changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ed557d6..e88302536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,6 @@ at anytime. * fixed a race condition when inserting a blob into the database (https://github.com/lbryio/lbry/issues/1129) * reflector server incorrectly responding as if it has all the blobs for a stream that was only partially uploaded to it * `publish` raising a database error when updating a claim that we don't have a file for (https://github.com/lbryio/lbry/issues/1165) - * approximations of bid when cast from float to Decimal during publish * blob client protocol not tearing itself down properly after a failure (https://github.com/lbryio/lbry/issues/950) * lockup in wallet startup when one or more lbryumx servers are unavailable (https://github.com/lbryio/lbry/issues/1245) * download being stopped if the sd blob downloaded and data did not start within the timeout (https://github.com/lbryio/lbry/issues/1172)