From 8f751812a6b0636238f837b68b60cf8f249b16a4 Mon Sep 17 00:00:00 2001 From: Daniel Burr Date: Mon, 25 Mar 2019 01:19:00 +0100 Subject: [PATCH] The note which I added to the changelog in commit 80eef2ab8c75e8fc7e9329b09d0e5391847693ba was in the 2.6.0 section instead of 2.7.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2509c76e..5a30ef18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) - 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). @@ -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 - 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`.