From f88401a44a1b6b81e4a5a4123e5f3419567b2f42 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 18 Aug 2020 19:36:45 +0200 Subject: [PATCH] Added changelog for #933 --- changelog/60_UNRELEASED_2020-xx-xx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index 5fe1924e..2df0ec6a 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -26,6 +26,7 @@ ### Chores improvements/fixes - Changed that not assigned chores on the chores overview page display now just a dash instead of an ellipsis in the "Assigned to" column to make this more clear (thanks @Germs2004) - Fixed (again) that weekly chores, where the next execution should be in the same week, were scheduled (not) always (but sometimes) for the next week only (thanks @shadow7412) +- Fixed that the assignment type "In alphabetic order" did not work correctly (the last person in the list was always assigned next once reached) (thanks @fipwmaqzufheoxq92ebc) ### Calendar improvements/fixes - Events are now links to the corresponding page (thanks @zsarnett)