From e23b0d21abdc6fb99e4233199fe6cac3db13137f Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sat, 7 Oct 2017 22:09:42 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d994c4..d01f40f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ Release date: TBD [#573](https://github.com/mattermost/desktop/issues/573) - Fixed file upload dialogs did not allow any file to be selected. [#497](https://github.com/mattermost/desktop/issues/497) + - Fixed an issue where unnecessary focus remains after closing dialogs on the settings page. + [#446](https://github.com/mattermost/desktop/issues/446) #### Windows - Fixed desktop notifications not working when the window has been minimized from inactive state.