From 644aa26b7571cfce7f0afa7d647482d94f1a0c5a Mon Sep 17 00:00:00 2001 From: Erik Pettersson Date: Sun, 11 Oct 2020 21:41:59 +0200 Subject: [PATCH] Update CHANGELOG.md Added the "currentwather" and "watherforcast" update show fixes information. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb61bd24..5777142d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ _This release is scheduled to be released on 2021-01-01._ ### Fixed +- Fixed the "un-hide on update" problem with "currentwather" and "watherforcast" modules. - JSON Parse translation files with comments crashing UI. (#2149) - Calendar parsing where RRULE bug returns wrong date, add Windows timezone name support. (#2145, #2151) - Wrong node-ical version installed (package.json) requested version. (#2153)