From fe2af64b90dc27a0029191f7bcb7d2e3db4af4f2 Mon Sep 17 00:00:00 2001 From: zeppi Date: Sun, 24 Apr 2022 10:35:14 -0400 Subject: [PATCH] fix changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 548dcfe48..6941f2f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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/). +## [Unreleased] + +### Changed +- Upgraded Yarn to Berry branch ([#7530](https://github.com/lbryio/lbry-desktop/pull/7530)) ## [0.53.1] - [2022-04-22] @@ -32,7 +36,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Some upgrade modal improvements ([#7488](https://github.com/lbryio/lbry-desktop/pull/7488)) - Updated lbry-sdk to [0.107.1](https://github.com/lbryio/lbry-sdk/releases/tag/v0.107.1) - New YRBL!; facelift for first run ([#7527](https://github.com/lbryio/lbry-desktop/pull/7527)) -- Upgraded Yarn to Berry branch ([#7530](https://github.com/lbryio/lbry-desktop/pull/7530)) ### Fixed - Failed comment count increment ([#7510](https://github.com/lbryio/lbry-desktop/pull/7510))