From 1e2e1b1becd8f9d6c4b58e3c9ca4479b45e751ba Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 17 Apr 2018 20:22:36 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8941d17..832ad678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,8 +26,6 @@ Release date: TBD #### Windows - [Windows 7/8] Desktop notifications now respect the duration setting of Control Panel. [#601](https://github.com/mattermost/desktop/issues/601) -- Fixed an issue where Windows installer crashed in some cases. -[#728](https://github.com/mattermost/desktop/issues/728) ### Architectural Changes - Major version upgrade of Electron to v1.7.x to v1.8.x. Electron is the underlying technology used to build the Desktop apps. @@ -50,6 +48,8 @@ Release date: TBD #### Windows - Fixed `file://` protocol not working. But localhost URL will not continue to work. [#579](https://github.com/mattermost/desktop/issues/579) +- Fixed an issue where Windows installer crashed in some cases. +[#728](https://github.com/mattermost/desktop/issues/728) #### Mac - Fixed an issue where app crashed after toggling "Show Mattermost icon in menu bar" setting.