From 64808a438744d3b8cb167b1b84f6643cd073049c Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 15 May 2018 22:03:47 +0900 Subject: [PATCH] Update CHANGELOG.md due to GPU option --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e64e13a6..a3c25deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ Release date: May 16, 2018 ### Improvements #### All Platforms + - Added "Enable GPU hardware acceleration" option. It's enabled by default. + [#734](https://github.com/mattermost/desktop/pull/734) - Improved stability and performance - - Disabled GPU acceleration by default to reduce app crashes. It can be enabled in the App Settings. [#734](https://github.com/mattermost/desktop/pull/734) -[#750](https://github.com/mattermost/desktop/pull/750) - Reduced memory usage by periodically clearing cache. [#746](https://github.com/mattermost/desktop/issues/710) - Fixed app crashing when a server tab was drag-and-dropped to the message view. [#667](https://github.com/mattermost/desktop/issues/667)