Update CHANGELOG.md due to GPU option

This commit is contained in:
Yuya Ochiai 2018-05-15 22:03:47 +09:00
parent 0696aae812
commit 64808a4387

View file

@ -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)