From b7a09bd3bc7502be0e131357907c28413977c9de Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Wed, 5 Oct 2022 13:20:38 +0200 Subject: [PATCH] 5.10 --- Penumbra/UI/ConfigWindow.Changelog.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Penumbra/UI/ConfigWindow.Changelog.cs b/Penumbra/UI/ConfigWindow.Changelog.cs index 3ffb6f48..514814a6 100644 --- a/Penumbra/UI/ConfigWindow.Changelog.cs +++ b/Penumbra/UI/ConfigWindow.Changelog.cs @@ -21,6 +21,7 @@ public partial class ConfigWindow Add5_8_0( ret ); Add5_8_7( ret ); Add5_9_0( ret ); + Add5_10_0( ret ); return ret; } @@ -36,7 +37,7 @@ public partial class ConfigWindow .RegisterEntry( "Fixed texture import being case sensitive on the extension." ) .RegisterEntry( "Fixed special collection selector increasing in size on non-default UI styling." ) .RegisterEntry( "Fixed color set rows not importing the dye values during material editing." ) - .RegisterEntry( "Other miscallaneous small fixes." ); + .RegisterEntry( "Other miscellaneous small fixes." ); private static void Add5_9_0( Changelog log ) => log.NextVersion( "Version 0.5.9.0" )