From 11afadcea86742515323f9ef926576899f576710 Mon Sep 17 00:00:00 2001 From: Sam Detweiler Date: Mon, 5 Oct 2020 12:56:25 -0500 Subject: [PATCH] fix RRULE bad date and add Windows Timezone name support --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cae705..8465927e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org/). ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² +### Fixed + +- Calendar parsing where RRULE bug returns wrong date, add Windows timezone name support + ## [2.13.0] - 2020-10-01 Special thanks to the following contributors: @bryanzzhu, @bugsounet, @chamakura, @cjbrunner, @easyas314, @larryare, @oemel09, @rejas, @sdetweil & @sthuber90.