From 55445b1bb7cadacc1c611e0b38692bcb49b1893c Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 13 Feb 2017 15:27:39 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce520acb0..8b35b1b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ at anytime. * Add uri to stream reflector to de-obfuscate reflector logs * Simplify lbrynet.lbrynet_daemon.Publisher * Reflect streams in file manager looping call rather than in each file + * Convert GetStream to inclineCallbacks + * Change callback condition in GetStream to the first data blob completing + * Add local and remote heights to blockchain status ### Fixed * Fix recursion depth error upon failed blob @@ -29,6 +32,8 @@ at anytime. * Fixed claim updates [#473](https://github.com/lbryio/lbry/issues/473) * Handle ConnectionLost error in reflector client * Fix updating a claim where the stream doesn't change + * Fix claim_abandon + ## [0.8.1] - 2017-02-01 ### Changed