From 37d4ea956b8c388cf052d313f63fa3e9d40ebfb6 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 22 Oct 2019 10:34:17 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9d02566..bb92c1544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [0.37.1] - [2019-10-17] - -### Changed - -- Bumped lbry-sdk to `0.43.3` to fix an issue with encrypted wallets +## [0.37.1] - [2019-10-22] ### Fixed +- Wallet unlocking for YouTube Sync users with encrypted wallets ([#2566](https://github.com/lbryio/lbry-sdk/pull/2566)) + +- Syncing with no password when account first created on LBRY Android ([#3103](https://github.com/lbryio/lbry-desktop/pull/3103)) + - Only show channel search bar on the content tab ([#3083](https://github.com/lbryio/lbry-desktop/pull/3083)) +### Changed + +- Upgrade to [LBRY SDK 0.43.3](https://github.com/lbryio/lbry-sdk/releases/tag/v0.43.3) to support above scenarios + ## [0.37.0] - [2019-10-17] ### Fixed