mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 04:34:19 +01:00
Increment Changelog Version.
This commit is contained in:
parent
422324b6d7
commit
110298f280
1 changed files with 3 additions and 3 deletions
|
|
@ -42,13 +42,13 @@ public class PenumbraChangelog
|
||||||
Add7_2_0(Changelog);
|
Add7_2_0(Changelog);
|
||||||
Add7_3_0(Changelog);
|
Add7_3_0(Changelog);
|
||||||
Add8_0_0(Changelog);
|
Add8_0_0(Changelog);
|
||||||
Add8_1_0(Changelog);
|
Add8_1_1(Changelog);
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Changelogs
|
#region Changelogs
|
||||||
|
|
||||||
private static void Add8_1_0(Changelog log)
|
private static void Add8_1_1(Changelog log)
|
||||||
=> log.NextVersion("Version 0.8.1.0")
|
=> log.NextVersion("Version 0.8.1.1")
|
||||||
.RegisterImportant(
|
.RegisterImportant(
|
||||||
"Updated for 6.5 - Square Enix shuffled around a lot of things this update, so some things still might not work but have not been noticed yet. Please report any issues.")
|
"Updated for 6.5 - Square Enix shuffled around a lot of things this update, so some things still might not work but have not been noticed yet. Please report any issues.")
|
||||||
.RegisterEntry("Added support for chat commands to affect multiple individuals matching the supplied string at once.")
|
.RegisterEntry("Added support for chat commands to affect multiple individuals matching the supplied string at once.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue