From 541f6fc34a21d5a29806787a52cc0e8ab5330d80 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 18 Feb 2019 12:54:13 -0500 Subject: [PATCH] updates from PR --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cdb9429..9d435eba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added -- Broken heart icon for unsubscribe ([#2272](https://github.com/lbryio/lbry-desktop/pull/2272) +- Broken heart icon for unsubscribe ([#2272](https://github.com/lbryio/lbry-desktop/pull/2272)) ### Changed +- Upgrade LBRY SDK to [0.32](https://github.com/lbryio/lbry/releases/tag/v0.32.0) for improved download performance. See [0.31](https://github.com/lbryio/lbry/releases/tag/v0.31.0) for other changes since last app release. ### Fixed -- Inverse button readability on hover ([#2271](https://github.com/lbryio/lbry-desktop/pull/2271) +- Inverse button readability on hover ([#2271](https://github.com/lbryio/lbry-desktop/pull/2271)) +- Shutdown on app close ([#2283](https://github.com/lbryio/lbry-desktop/pull/2283)) +- Startup on GitHub version check failure ([#1744](https://github.com/lbryio/lbry-desktop/issues/1774)) +- SDK detection when running manually ([#2258](https://github.com/lbryio/lbry-desktop/issues/2258)) ## [0.28.0] - 2019-2-5