From a37fdf68363c8cc448e4e3314ba63ef16b517795 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 17 Apr 2018 20:22:04 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24049ed1..f8941d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ 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.