From 8a6291e37e066a6e55a5de4da884b42a96a00508 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 29 Dec 2017 14:10:23 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5aabf193..715b4a591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ at anytime. * Fixed value error due to a race condition when saving to the claim cache (https://github.com/lbryio/lbry/issues/1013) * Fixed being unable to re-download updated content (#951) * Fixed sending error messages for failed api requests + * Fixed the file manager startup being slow when handling thousands of files + * Fixed handling decryption error for blobs encrypted with an invalid key + * Fixed handling stream with no data blob (https://github.com/lbryio/lbry/issues/905) ### Deprecated * `channel_list_mine`, replaced with `channel_list`