We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3558c47 commit 6ff3e1eCopy full SHA for 6ff3e1e
1 file changed
CustomizePlus/UI/Windows/CPlusChangeLog.cs
@@ -47,7 +47,7 @@ private void Save(int version, ChangeLogDisplayType type)
47
48
private static void Add2_0_8_2(Changelog log)
49
=> log.NextVersion("Version 2.0.8.2")
50
- .RegisterEntry("Fixed issues with penumbra PCP integration. (by abelfreyja)")
+ .RegisterEntry("Improved stability of Penumbra PCP integration. (by abelfreyja)")
51
.RegisterEntry("Customize+ will now show warning in the menu bar if it cannot connect to Penumbra. (by Risa)", 1)
52
.RegisterEntry("Fixed root position reset applying when it shouldn't. (by abelfreyja)")
53
.RegisterEntry("Fixed profile folders resetting. (by Risa)");
0 commit comments