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.