updated changes.txt

This commit is contained in:
thrust26 2020-11-28 12:54:20 +01:00
parent cbbe6fbe99
commit c1cbd5d6f3
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,8 @@
* Increased sample size for CDFJ+.
* Fixed autofire bug for trackball controllers.
-Have fun!

View File

@ -45,6 +45,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, const
#if defined(RETRON77)
add(ypos, "increased sample size for CDFJ+");
add(ypos, "fixed navigation bug in Video & Audio settings dialog");
add(ypos, "fixed autofire bug for trackball controllers");
#else
add(ypos, "enhanced cut/copy/paste for text editing");
add(ypos, "added undo and redo to text editing");