From b2fcdd1f9a24b5d361f1c8228a2bff9a683cf1b6 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Mon, 27 Mar 2017 03:06:59 -0400 Subject: [PATCH] Add changelog entry for fast publishes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c621b006e..2fe463b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Web UI version numbers should always match the corresponding version of LBRY App * You can now make API calls directly on the lbry module, e.g. lbry.peer_list() * New-style API calls return promises instead of using callbacks * Wherever possible, use outpoints for unique IDs instead of names or SD hashes + * New publishes now display immediately in My Files, even before they hit the lbrynet file manager. ### Changed * Update process now easier and more reliable