v2.5.0: updated version and changelog for ALPHA-4
This commit is contained in:
+10
@@ -85,6 +85,16 @@ public class v2_X_Changes {
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
changes = new ChangeInfo("ALPHA-4", 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" +
|
||||
"\n" +
|
||||
"_Caused by AlPHA:_\n" +
|
||||
"_-_ Crashes when using unidentified upgrade scrolls with a quantity of 1"));
|
||||
|
||||
changes = new ChangeInfo("ALPHA-3", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
Reference in New Issue
Block a user