From 823088b9cd1267c612b3775967cab9dc04240464 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 20 Feb 2022 16:08:42 +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 f96124d6..05b3af98 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 be 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_ 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