From 0f5bcf1a772a26c270964d139cb41d47fd92defc Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 21 Jun 2017 12:56:47 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98234a7c..beef797e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,19 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added * State is persisted through app close and re-open, resulting in faster opens + * Support webm, ogg, m4v, and a few others + * Translations added to build process ### Changed * Upgraded to lbry daemon 0.13, including updating API signatures * Channels resolve much faster * Resolve is no longer cancelled on navigate + * Updated API and authentication used by rewards process ### Fixed * Fix help menu force reloading whole app * Show page updates correctly when navigating from show page to another show page + * URI handling navigates to correct page if app is closed ### Deprecated *