Tweak CHANGELOG.md

This commit is contained in:
Yuya Ochiai
2018-05-14 20:33:23 +09:00
parent c452502b32
commit 152bcf1a82

View File

@@ -25,7 +25,7 @@ Release date: May ?, 2018
[#601](https://github.com/mattermost/desktop/issues/601) [#601](https://github.com/mattermost/desktop/issues/601)
### Architectural Changes ### Architectural Changes
- Major version upgrade of Electron to v1.7.3 to v1.8.4. Electron is the underlying technology used to build the Desktop apps. - Major version upgrade of Electron from v1.7.13 to v1.8.4. Electron is the underlying technology used to build the Desktop apps.
[#711](https://github.com/mattermost/desktop/pull/711) [#711](https://github.com/mattermost/desktop/pull/711)
[#741](https://github.com/mattermost/desktop/pull/741) [#741](https://github.com/mattermost/desktop/pull/741)
- `require` and `module.exports` were replaced with `import` and `export`. - `require` and `module.exports` were replaced with `import` and `export`.
@@ -44,8 +44,6 @@ Release date: May ?, 2018
[#774](https://github.com/mattermost/desktop/pull/774) [#774](https://github.com/mattermost/desktop/pull/774)
- Fixed an issue where tab outline disappeared when hovering over a tab. - Fixed an issue where tab outline disappeared when hovering over a tab.
[#778](https://github.com/mattermost/desktop/pull/778) [#778](https://github.com/mattermost/desktop/pull/778)
- Fixed "Save Image" context menu not working.
[#707](https://github.com/mattermost/desktop/issues/707)
- Fixed an issue that prevented typing in the form fields on the add server dialog when launched from the tab bar. - Fixed an issue that prevented typing in the form fields on the add server dialog when launched from the tab bar.
[#780](https://github.com/mattermost/desktop/issues/780) [#780](https://github.com/mattermost/desktop/issues/780)
- Fixed an issue that could cause an error message on the add new server dialog to be misleading. - Fixed an issue that could cause an error message on the add new server dialog to be misleading.