From 8afba3a5c4aec8c0146f1c3c47c8573d30907d69 Mon Sep 17 00:00:00 2001 From: Sam Detweiler Date: Sat, 28 Nov 2020 19:19:52 -0600 Subject: [PATCH] fix between.from to use now, instead of yesterday for non-full day events, unless includePastEvents:true --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e39aec..f4acbc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ _This release is scheduled to be released on 2021-01-01._ - Add a space after icons of sunrise and sunset (#2169) - Fix calendar when no DTEND record found in event, startDate overlay when endDate set (#2177) - Fix calendar full day event east of UTC start time (#2200) +- Fix non-fullday recurring rule processing (#2216) ## [2.13.0] - 2020-10-01