Skip to content

Commit 48d9972

Browse files
committed
Update changelog
1 parent a4e98fb commit 48d9972

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

src/Panels/MessagePanel.cs

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,11 @@ public void DisplayReleaseNotes()
129129
Version version = Assembly.GetAssembly(typeof(CSM)).GetName().Version;
130130

131131
string message = $"Version {version.Major}.{version.Minor}\n" +
132-
$"Last Update: April 4, 2021\n\n" +
133-
"- UI Changes:\n" +
134-
" - The Chirper is now used as the chat\n" +
135-
" (The old chat can still be enabled in the settings)\n" +
136-
" - The multiplayer menu can now be found\n" +
137-
" in the pause menu\n" +
138-
" - Added this release notes panel\n\n" +
132+
$"Last Update: January 28th, 2022\n\n" +
139133
"- Fixes:\n" +
140-
" - Tried to fix issue with not being able to change\n" +
141-
" the speed or pause state (Please tell us on Discord\n" +
142-
" if the problems are now solved for you!).\n";
143-
134+
" - Support Airports Update. Note\n" +
135+
" that not all new features are" +
136+
" supported for now!\n";
144137
SetMessage(message);
145138

146139
Show(true);

0 commit comments

Comments
 (0)