Skip to content

Commit 08d7d0a

Browse files
committed
v2.0.9 release
1 parent c23321f commit 08d7d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Source/Module/WhatsNew.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static void CreateUpdateLog() {
7979
AddLog("2.0.6", "Feature: Auto-Watch now supports Triggers, and vanilla / Everest ones are handled well.");
8080
AddLog("2.0.7", "Feature: Auto-Watch now supports CrumbleWallOnRumble.");
8181
AddLog("2.0.8", "Change: Target CelesteTAS v3.41.0", "Feature: Auto-Watch supports more triggers.");
82-
AddLog("2.0.9", "Feature: SubMenus support Mod Options' Search Box."); // note items inside submenus can't be fetched, coz they are not items of the main menu.
82+
AddLog("2.0.9", "Feature: SubMenus support Mod Options' Search Box.", "Bugfix: Predictor results are not cleared after loadstate.", "Change: Don't initialize predictor unless necessary."); // note items inside submenus can't be fetched, coz they are not items of the main menu.
8383
UpdateLogs.Sort((x, y) => new Version(y.Item1).CompareTo(new Version(x.Item1)));
8484
}
8585

0 commit comments

Comments
 (0)