From 4151c82308ea7a7d65ab9911e3403c5d29e3d1bd Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Mon, 22 Aug 2016 22:45:17 +0900 Subject: [PATCH] Fix the order of changelog entries --- CHANGELOG.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65f39ee..098b9630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,20 +18,17 @@ Release date: TBD - Ctrl/Command+F puts cursor in search box to search in current channel. #### Windows +- Added an option to toogle the red dot icon for unread messages (default is on). - Update Mattermost icon for desktop notifications in Windows 10. - An existing application instance will be reused instead of starting another instance. -#### Linux (Beta) -- Added an option to make the taskbar icon flash on new messages -- Added the badge to count mentions for Unity. -- An existing application instance will be reused instead of starting another instance. - #### OS X - Added an option to toggle the red dot icon for unread messages (default is on). -#### Windows -- Added an option to toogle the red dot icon for unread messages (default is on). - +#### Linux (Beta) +- Added an option to make the taskbar icon flash on new messages +- Added the badge to count mentions for Unity. +- An existing application instance will be reused instead of starting another instance. ### Bug Fixes - Fixed an issue where the maximized state of the app window was lost in some cases.