From 369e075d120a1dde2e938a30051fc2c4d59bc632 Mon Sep 17 00:00:00 2001 From: Liam Cardenas <liamcardenas@users.noreply.github.com> Date: Tue, 30 Jan 2018 08:50:24 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863e23ff4..1d0a4618c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,23 +8,23 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * Added Automatic Dark Mode (https://github.com/lbryio/lbry-app/pull/950) - * Re-introduce build dir / dist dir option for isolated build environments (https://github.com/lbryio/lbry-app/pull/933) - * Added sms as a method for reward identity verification (https://github.com/lbryio/lbry-app/pull/946) - * Added auto-update (https://github.com/lbryio/lbry-app/pull/808) + * Added Automatic Dark Mode ([#950](https://github.com/lbryio/lbry-app/pull/950)) + * Re-introduce build dir / dist dir option for isolated build environments ([#933](https://github.com/lbryio/lbry-app/pull/933)) + * Added sms as a method for reward identity verification ([#946](https://github.com/lbryio/lbry-app/pull/946)) + * Added auto-update ([#808](https://github.com/lbryio/lbry-app/pull/808)) * ### Changed - * Refactored Electron's main process (https://github.com/lbryio/lbry-app/pull/951) - * Refactored lbryuri.js into separate named exports (https://github.com/lbryio/lbry-app/pull/957) - * Upgraded Daemon to version 18.2 (https://github.com/lbryio/lbry-app/pull/961) + * Refactored Electron's main process ([#951](https://github.com/lbryio/lbry-app/pull/951)) + * Refactored lbryuri.js into separate named exports ([#957](https://github.com/lbryio/lbry-app/pull/957)) + * Upgraded Daemon to version 18.2 ([#961](https://github.com/lbryio/lbry-app/pull/961)) * Upgraded Electron for security patch ([commit](https://github.com/lbryio/lbry-app/commit/48cc82b86d79ea35e3c529b420957d9dd6043209)) * ### Fixed - * Fixed issues in documentation (https://github.com/lbryio/lbry-app/pull/945) - * Fixed linting errors (https://github.com/lbryio/lbry-app/pull/929) + * Fixed issues in documentation ([#945](https://github.com/lbryio/lbry-app/pull/945)) + * Fixed linting errors ([#929](https://github.com/lbryio/lbry-app/pull/929)) * ### Deprecated