The note which I added to the changelog in commit 80eef2ab8c75e8fc7e9329b09d0e5391847693ba was in the 2.6.0 section instead of 2.7.0

This commit is contained in:
Daniel Burr 2019-03-25 01:19:00 +01:00
parent edfa327158
commit 8f751812a6

View File

@ -42,6 +42,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) - 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) - 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 - 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 ### New weather module
- Fixed weather forecast table display [#1499](https://github.com/MichMich/MagicMirror/issues/1499). - Fixed weather forecast table display [#1499](https://github.com/MichMich/MagicMirror/issues/1499).
@ -85,7 +86,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 - Ignore entries with unparseable details in the calendar module
- Bug showing FullDayEvents one day too long in calendar fixed - 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) - 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 ### Updated
- The default calendar setting `showEnd` is changed to `false`. - The default calendar setting `showEnd` is changed to `false`.