This commit is contained in:
Ottermandias 2023-10-07 15:31:18 +02:00
parent 7cdd8656ef
commit 9871421632

View file

@ -43,10 +43,16 @@ public class PenumbraChangelog
Add7_3_0(Changelog);
Add8_0_0(Changelog);
Add8_1_1(Changelog);
Add8_1_2(Changelog);
}
#region Changelogs
private static void Add8_1_2(Changelog log)
=> log.NextVersion("Version 0.8.1.2")
.RegisterEntry("Fixed an issue keeping mods selected after their deletion.")
.RegisterEntry("Maybe fixed an issue causing individual assignments to get lost on game start.");
private static void Add8_1_1(Changelog log)
=> log.NextVersion("Version 0.8.1.1")
.RegisterImportant(