From 31015fe4124f96f763fbe10f25a73e8c732fe8fa Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 25 Jul 2018 13:41:34 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744779950..a1907091e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] +### Added + +### Changed + +### Fixed + + +## [0.23.0] - 2018-07-25 + ### Added * 3D file viewer for OBJ & STL file types ([#1558](https://github.com/lbryio/lbry-desktop/pull/1558)) * Thumbnail preview on publish page ([#1755](https://github.com/lbryio/lbry-desktop/pull/1755)) * Abandoned claim transactions now show in wallet history ([#1769](https://github.com/lbryio/lbry-desktop/pull/1769)) - * Added emoji support in the claim description ([#1800](https://github.com/lbryio/lbry-desktop/pull/1800)) + * Emoji support in the claim description ([#1800](https://github.com/lbryio/lbry-desktop/pull/1800)) + * PDF preview ([#1576](https://github.com/lbryio/lbry-desktop/pull/1576)) ### Changed * Upgraded LBRY Protocol to [version 0.20.4](https://github.com/lbryio/lbry/releases/tag/v0.20.4) to assist with download availability and lower CPU usage on idle.