From b67f3bd62911f474414d8732d1db28bd5b969bd6 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 6 Apr 2018 14:37:26 +0200 Subject: [PATCH] Move change to 2.4.0 changelog. --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c87efa20..d5e80122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,30 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.0] - Unreleased (Current Develop Branch) + +*This release is scheduled to be released on 2018-07-01.* + +### Added + +- Enabled translation of feelsLike for module currentweather + +### Changed +- Use Electron 2 Beta. **Please test!** +- Remove yarn-or-npm which breaks production builds. + +### Fixed +- Fixed issue where wind chill could not be displayed in Fahrenheit. [#1247](https://github.com/MichMich/MagicMirror/issues/1247) +- Fixed issues where a module crashes when it tries to dismiss a non existing alert. [#1240](https://github.com/MichMich/MagicMirror/issues/1240) + +### Updated +- Updated Italian translation +- Updated German translation +- Updated Dutch translation + ## [2.3.1] - 2018-04-01 ### Fixed -- Remove yarn-or-npm which breaks production builds. - Downgrade electron to 1.4.15 to solve the black screen issue.[#1243](https://github.com/MichMich/MagicMirror/issues/1243) ## [2.3.0] - 2018-04-01