From 8abb55b0580586e91e9915ac38e6394228e44988 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 20 Feb 2022 16:11:17 +0100 Subject: [PATCH] Updated changelog --- changelog/67_UNRELEASED_xxxx-xx-xx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/67_UNRELEASED_xxxx-xx-xx.md b/changelog/67_UNRELEASED_xxxx-xx-xx.md index 05b3af98..1dadf7f9 100644 --- a/changelog/67_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/67_UNRELEASED_xxxx-xx-xx.md @@ -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