chore(changelog): bump
This commit is contained in:
parent
34cd393e61
commit
3eba184be2
@ -39,6 +39,7 @@ classifyChangelogItem = \case
|
|||||||
ChangelogFormsTimesReset -> ChangelogItemBugfix
|
ChangelogFormsTimesReset -> ChangelogItemBugfix
|
||||||
ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix
|
ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix
|
||||||
ChangelogStoredMarkup -> ChangelogItemBugfix
|
ChangelogStoredMarkup -> ChangelogItemBugfix
|
||||||
|
ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix
|
||||||
_other -> ChangelogItemFeature
|
_other -> ChangelogItemFeature
|
||||||
|
|
||||||
changelogItemDays :: Map ChangelogItem Day
|
changelogItemDays :: Map ChangelogItem Day
|
||||||
@ -146,4 +147,6 @@ changelogItemDays = Map.fromListWithKey (\k d1 d2 -> bool (error $ "Duplicate ch
|
|||||||
, (ChangelogAbolishCourseAssociatedStudyFeatures, [day|2020-08-28|])
|
, (ChangelogAbolishCourseAssociatedStudyFeatures, [day|2020-08-28|])
|
||||||
, (ChangelogExamStaff, [day|2020-10-12|])
|
, (ChangelogExamStaff, [day|2020-10-12|])
|
||||||
, (ChangelogExamAdditionalSchools, [day|2020-10-12|])
|
, (ChangelogExamAdditionalSchools, [day|2020-10-12|])
|
||||||
|
, (ChangelogMaterialsVideoStreaming, [day|2020-11-10|])
|
||||||
|
, (ChangelogFixPersonalisedSheetFilesKeep, [day|2020-11-10|])
|
||||||
]
|
]
|
||||||
|
|||||||
@ -0,0 +1,2 @@
|
|||||||
|
$newline never
|
||||||
|
„Bestehende Dateien behalten“ für personalisierte Angabe-Dateien funktioniert nun wie erwartet
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
$newline never
|
||||||
|
“Keep existing files” for personalised sheet files now works as expected
|
||||||
Loading…
Reference in New Issue
Block a user