diff --git a/Penumbra/UI/Changelog.cs b/Penumbra/UI/Changelog.cs index 5540285b..7589e6ec 100644 --- a/Penumbra/UI/Changelog.cs +++ b/Penumbra/UI/Changelog.cs @@ -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(