From 80efa1ccb889efa49f803ea40833a3f4e70d19b3 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Wed, 28 Sep 2022 23:13:20 +0200 Subject: [PATCH] Add Changelog. --- Penumbra/UI/ConfigWindow.Changelog.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Penumbra/UI/ConfigWindow.Changelog.cs b/Penumbra/UI/ConfigWindow.Changelog.cs index 8e889d70..09dc4a08 100644 --- a/Penumbra/UI/ConfigWindow.Changelog.cs +++ b/Penumbra/UI/ConfigWindow.Changelog.cs @@ -29,6 +29,7 @@ public partial class ConfigWindow => log.NextVersion( "Version 0.5.9.0" ) .RegisterEntry( "Special Collections are now split between male and female." ) .RegisterEntry( "Fix a bug where the Base and Interface Collection were set to None instead of Default on a fresh install." ) + .RegisterEntry( "Fix a bug where cutscene actors were not properly reset and could be misidentified across multiple cutscenes." ) .RegisterEntry( "TexTools .meta and .rgsp files are now incorporated based on file- and game path extensions." ); private static void Add5_8_7( Changelog log )