v2.1.0: updated changelog and version for RC-2

This commit is contained in:
Evan Debenham
2023-06-01 11:17:10 -04:00
parent 59f9221bcc
commit 7afb198ad7
2 changed files with 8 additions and 3 deletions
@@ -82,10 +82,15 @@ public class v2_X_Changes {
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("", false, null);
changes = new ChangeInfo("RC-2", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
"Fixed the following bugs:\n" +
"_Caused by RC-1:_\n" +
"_-_ Tormented spirit spawning far more frequently than intended"));
changes = new ChangeInfo("RC-1", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);