mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
0.8.1.2
This commit is contained in:
parent
7cdd8656ef
commit
9871421632
1 changed files with 6 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue