chore: add my name to contributers + create changelog files
This commit is contained in:
parent
2ee7f41d05
commit
85e3941538
@ -29,21 +29,22 @@ makePrisms ''ChangelogItemKind
|
||||
|
||||
classifyChangelogItem :: ChangelogItem -> ChangelogItemKind
|
||||
classifyChangelogItem = \case
|
||||
ChangelogHaskellCampusLogin -> ChangelogItemBugfix
|
||||
ChangelogTooltipsWithoutJavascript -> ChangelogItemBugfix
|
||||
ChangelogButtonsWorkWithoutJavascript -> ChangelogItemBugfix
|
||||
ChangelogTableFormsWorkAfterAjax -> ChangelogItemBugfix
|
||||
ChangelogPassingByPointsWorks -> ChangelogItemBugfix
|
||||
ChangelogErrorMessagesForTableItemVanish -> ChangelogItemBugfix
|
||||
ChangelogExamAchievementParticipantDuplication -> ChangelogItemBugfix
|
||||
ChangelogFormsTimesReset -> ChangelogItemBugfix
|
||||
ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix
|
||||
ChangelogStoredMarkup -> ChangelogItemBugfix
|
||||
ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix
|
||||
ChangelogHonorRoomHidden -> ChangelogItemBugfix
|
||||
ChangelogFixSheetBonusRounding -> ChangelogItemBugfix
|
||||
ChangelogFixExamBonusAllSheetsBonus -> ChangelogItemBugfix
|
||||
_other -> ChangelogItemFeature
|
||||
ChangelogHaskellCampusLogin -> ChangelogItemBugfix
|
||||
ChangelogTooltipsWithoutJavascript -> ChangelogItemBugfix
|
||||
ChangelogButtonsWorkWithoutJavascript -> ChangelogItemBugfix
|
||||
ChangelogTableFormsWorkAfterAjax -> ChangelogItemBugfix
|
||||
ChangelogPassingByPointsWorks -> ChangelogItemBugfix
|
||||
ChangelogErrorMessagesForTableItemVanish -> ChangelogItemBugfix
|
||||
ChangelogExamAchievementParticipantDuplication -> ChangelogItemBugfix
|
||||
ChangelogFormsTimesReset -> ChangelogItemBugfix
|
||||
ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix
|
||||
ChangelogStoredMarkup -> ChangelogItemBugfix
|
||||
ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix
|
||||
ChangelogHonorRoomHidden -> ChangelogItemBugfix
|
||||
ChangelogFixSheetBonusRounding -> ChangelogItemBugfix
|
||||
ChangelogFixExamBonusAllSheetsBonus -> ChangelogItemBugfix
|
||||
ChangelogExamAutomaticRoomDistributionRespectSize -> ChangelogItemBugfix
|
||||
_other -> ChangelogItemFeature
|
||||
|
||||
changelogItemDays :: Map ChangelogItem Day
|
||||
changelogItemDays = Map.fromListWithKey (\k d1 d2 -> bool (error $ "Duplicate changelog days for " <> show k) d1 $ d1 /= d2)
|
||||
|
||||
@ -0,0 +1,2 @@
|
||||
$newline never
|
||||
Diverse Verbesserungen an der automatischen Zuteilung von Klausurteilnehmern auf Termine/Räume
|
||||
@ -0,0 +1,2 @@
|
||||
$newline never
|
||||
Several improvements for the automated distribution of exam participants to occurrences/rooms
|
||||
@ -29,3 +29,4 @@ $newline never
|
||||
<li>Steffen Jost
|
||||
<li>Gregor Kleen
|
||||
<li>Sarah Vaupel
|
||||
<li>Wolfgang Witt
|
||||
|
||||
@ -28,3 +28,4 @@ $newline never
|
||||
<li>Steffen Jost
|
||||
<li>Gregor Kleen
|
||||
<li>Sarah Vaupel
|
||||
<li>Wolfgang Witt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user