Updated changelog

This commit is contained in:
Bernd Bestel 2022-02-20 16:11:17 +01:00
parent 823088b9cd
commit 8abb55b058
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -25,7 +25,7 @@
### 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
### Calendar