From fcc1c2f7281100c1758566914f29acb19d41b0c0 Mon Sep 17 00:00:00 2001 From: Till Hellmund Date: Sun, 19 Jan 2020 12:56:16 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8e61a03..69b484ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## Version 4.1.2 +*(2020-01-19)* +- Fixed: Dynamically setting the time column background via `setTimeColumnBackgroundColor()` didn't work. +- Fixed: When `showFirstDayOfWeekFirst`, WeekView would sometimes show the incorrect week. + +Thanks for reporting these issues, [Huakas](https://github.com/Huakas)! + ## Version 4.1.1 *(2020-01-13)* - Fixed: WeekView no longer crashes when `EmojiCompat` is not used in the application.