chore(changelog): bump

This commit is contained in:
Gregor Kleen 2020-11-14 12:49:21 +01:00
parent 34cd393e61
commit 3eba184be2
3 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,7 @@ classifyChangelogItem = \case
ChangelogFormsTimesReset -> ChangelogItemBugfix
ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix
ChangelogStoredMarkup -> ChangelogItemBugfix
ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix
_other -> ChangelogItemFeature
changelogItemDays :: Map ChangelogItem Day
@ -146,4 +147,6 @@ changelogItemDays = Map.fromListWithKey (\k d1 d2 -> bool (error $ "Duplicate ch
, (ChangelogAbolishCourseAssociatedStudyFeatures, [day|2020-08-28|])
, (ChangelogExamStaff, [day|2020-10-12|])
, (ChangelogExamAdditionalSchools, [day|2020-10-12|])
, (ChangelogMaterialsVideoStreaming, [day|2020-11-10|])
, (ChangelogFixPersonalisedSheetFilesKeep, [day|2020-11-10|])
]

View File

@ -0,0 +1,2 @@
$newline never
„Bestehende Dateien behalten“ für personalisierte Angabe-Dateien funktioniert nun wie erwartet

View File

@ -0,0 +1,2 @@
$newline never
“Keep existing files” for personalised sheet files now works as expected