updating changelog

This commit is contained in:
tibbi 2021-03-10 19:16:14 +01:00
parent bb64e65e3d
commit 3f41d6f0fb
2 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,13 @@
Changelog Changelog
========== ==========
Version 6.13.1 *(2021-03-10)*
----------------------------
* Allow repeating events every fifth weekday
* Properly highlight weekends on widgets, if selected so
* Fixed some CalDAV syncing and .ics file importing issues
Version 6.13.0 *(2021-02-23)* Version 6.13.0 *(2021-02-23)*
---------------------------- ----------------------------

View File

@ -0,0 +1,3 @@
* Allow repeating events every fifth weekday
* Properly highlight weekends on widgets, if selected so
* Fixed some CalDAV syncing and .ics file importing issues