From 5163baf9c15e7438b20ff39ac67ea1853fc11c30 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 25 Jul 2018 13:09:25 -0300 Subject: [PATCH] improve changelog on changes section --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa12d6cb3..06e36c801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ at anytime. * `status` to no longer return a base58 encoded `lbry_id`, instead return this as the hex encoded `node_id` in a new `dht_node_status` field. * `startup_status` field in the response to `status` to be a dict of component names to status booleans * moved wallet, upnp and dht startup code from `Session` to `Components` + * attempt blob downloads from http mirror sources (by default) concurrently to p2p sources ### Added * `skipped_components` list to the response from `status`