From 783fa9df5ac3e3dfd790c88cb5dbb0f00ff55dcb Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Wed, 13 Dec 2017 09:15:06 -0800 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ff36585..8c4d6624e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,17 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * + * Added empty rewards message on overview page (https://github.com/lbryio/lbry-app/pull/847). * ### Changed - * + * Updated developer tools and restructured code (https://github.com/lbryio/lbry-app/pull/861)(https://github.com/lbryio/lbry-app/pull/862). * ### Fixed - * + * Fixed typos (https://github.com/lbryio/lbry-app/pull/845)(https://github.com/lbryio/lbry-app/pull/846). + * Fixed theme-related error while running in development (https://github.com/lbryio/lbry-app/pull/865). + * Fixed build/signing error on Windows (https://github.com/lbryio/lbry-app/pull/864). * ### Deprecated