From b3d23157d1ffd98f1ca70ba624352355f3422873 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 15 May 2018 22:07:26 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c25deb..935d8782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ Release date: May 16, 2018 - 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) [#741](https://github.com/mattermost/desktop/pull/741) - - ES6 `import` and `export` now replace the `require` and `modul.export` modules for better Reach development. + - ES6 `import` and `export` now replace the `require` and `modul.export` modules for better development. [#756](https://github.com/mattermost/desktop/pull/756) - Storybook added to more easily develop React componets without executing the desktop app. [#757](https://github.com/mattermost/desktop/pull/757)