From 2ee1328eeadab5447b243287ede0c4e54cb2e513 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 6 Dec 2017 22:07:02 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7ad5e00..174f8e77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ at anytime. * Don't set HTTP error codes for failed api requests, conform to http://www.jsonrpc.org/specification#error_object * Return less verbose tracebacks for api requests resulting in errors * Don't include file names when logging information about streams, only include sd hashes + * Re-use addresses used for lbrycrd info exchange, this was a significant source of address bloat in the wallet + * Remove manual saving of the wallet in from lbrynet, let lbryum handle it ### Added * Added `status`, `blobs_completed`, and `blobs_in_stream` fields to file objects returned by `file_list` and `get`