commit a0c4a1fdeea418af4922bf517f4b294bd481c3c1
Author: leszek <leszek@koltunski.pl>
Date:   Wed Mar 12 00:29:53 2025 +0100

    About dialog.

diff --git a/src/main/java/org/distorted/dialogs/DialogAbout.java b/src/main/java/org/distorted/dialogs/DialogAbout.java
index 8f14e301..5645ed12 100644
--- a/src/main/java/org/distorted/dialogs/DialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/DialogAbout.java
@@ -34,7 +34,8 @@ public class DialogAbout extends DialogAbstract
   {
   private static final String WHATS_NEW =
       "1. Improve support for Ghosts.\n" +
-      "2. The next two Ghosts:\n   - Ghost Pyramid\n   - Ghost Skewb aka Golden Cube";
+      "2. The next two Ghosts:\n   - Ghost Pyramid\n   - Ghost Skewb aka Golden Cube\n" +
+      "3. Support for undoing the last operation in the Bandaged Creators.";
 
   private static final String WHATS_COMING =
       "1. More algorithmic solvers - 4x4 and more.\n" +
