From 0cd7f4d66e9e347558fcac08af71c23e9566f542 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Wed, 11 Apr 2018 21:36:38 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e3d6e1..24049ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ Release date: TBD [#711](https://github.com/mattermost/desktop/pull/711) [#741](https://github.com/mattermost/desktop/pull/741) +- `require` and `module.exports` were replaced with `import` and `export`. +[#756](https://github.com/mattermost/desktop/pull/756) ### Bug Fixes