From f50a0b7644438b41ebcff002a1874c32da8b0347 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 19 Mar 2018 15:46:45 -0400 Subject: [PATCH] add #1105 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98703d571..b1eae8352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * Do not kill an existing daemon, instead check if one exists ([#973](https://github.com/lbryio/lbry-app/pull/973)) * Enable play button immediately after user clicks download ([#987](https://github.com/lbryio/lbry-app/pull/987)) * Significantly improved search performance ([#1032](https://github.com/lbryio/lbry-app/pull/1032)) + * Allow editing of claims when bid is greater than current balance ([1105](https://github.com/lbryio/lbry-app/pull/1105)) ### Fixed * Fixed sort by date of published content ([#986](https://github.com/lbryio/lbry-app/issues/986))