From 8f1a2d0f75fd60152c9b8aa4bba5cc3e47c748ff Mon Sep 17 00:00:00 2001 From: amyblais Date: Thu, 22 Feb 2018 10:49:12 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93bec73a..143a8ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,7 @@ This release contains multiple security updates for Windows, Mac and Linux, and [#514](https://github.com/mattermost/desktop/issues/514) ### Architectural Changes - - Major version upgrade of Electron from v1.6.11 to v1.7.9. Electron is the underlying technology used to build the Desktop apps. + - Major version upgrade of Electron from v1.6.11 to v1.7.11. Electron is the underlying technology used to build the Desktop apps. [#602](https://github.com/mattermost/desktop/pull/602) - The app now uses CSS to style the user interface. Styles are also divided to React's inline `style` and CSS. [#540](https://github.com/mattermost/desktop/pull/540)