From 451ebed12e0ffa2ca20205d4db52f7f80eb97cb2 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 12 Sep 2018 15:14:51 -0400 Subject: [PATCH] changelog update --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91545dfea..93a3bf391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Changed +### Fixed + + +## [0.25.1] - 2018-09-18 + ### Fixed * Paragraph rendering now properly includes a margin for new paragraphs ([#1939](https://github.com/lbryio/lbry-desktop/pull/1939)) * Alignment of "navigate to page" input next to pagination on channel pages ([#1941](https://github.com/lbryio/lbry-desktop/pull/1941)) * Table spacing with claim name in transactions table ([#1942](https://github.com/lbryio/lbry-desktop/pull/1942)) - + * Ability to click away from tip screen without the cancel button ([#1944](https://github.com/lbryio/lbry-desktop/pull/1944)) + * Disallow invalid tip amounts ([#1947](https://github.com/lbryio/lbry-desktop/pull/1947)) ## [0.25.0] - 2018-08-29