Updated changelog

This commit is contained in:
Bernd Bestel
2022-02-20 16:11:17 +01:00
parent 823088b9cd
commit 8abb55b058

View File

@@ -25,7 +25,7 @@
### Chores ### Chores
- The `Daily` period type has been changed to schedule the chore at the _same time_ each `n` days - The `Daily` period type has been changed to schedule the chore at the _same time_ (based on the start date) each `n` days
- This period type scheduled chores `n` days _after the last execution_ before, which is also possible by using the `Hourly` period type and a corresponding period interval; all existing `Daily` schedules will be converted to that on migration - This period type scheduled chores `n` days _after the last execution_ before, which is also possible by using the `Hourly` period type and a corresponding period interval; all existing `Daily` schedules will be converted to that on migration
### Calendar ### Calendar