Merge pull request #1619 from dgburr/changelog-fix

Fix changelog
This commit is contained in:
Michael Teeuw
2019-03-28 12:09:53 +01:00
committed by GitHub

View File

@@ -43,6 +43,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Calendar: Fixed missing calendar fetchers after server process restarts [#1589](https://github.com/MichMich/MagicMirror/issues/1589)
- Notification: fixed background color (was white text on white background)
- Use getHeader instead of data.header when creating the DOM so overwriting the function also propagates into it
- Fix documentation of `useKMPHwind` option in currentweather
### New weather module
- Fixed weather forecast table display [#1499](https://github.com/MichMich/MagicMirror/issues/1499).
@@ -86,7 +87,6 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
- Ignore entries with unparseable details in the calendar module
- Bug showing FullDayEvents one day too long in calendar fixed
- Bug in newsfeed when `removeStartTags` is used on the description [#1478](https://github.com/MichMich/MagicMirror/issues/1478)
- Fix documentation of `useKMPHwind` option in currentweather
### Updated
- The default calendar setting `showEnd` is changed to `false`.