diff --git a/Changes.txt b/Changes.txt index 51992c85b..c2767093b 100644 --- a/Changes.txt +++ b/Changes.txt @@ -28,6 +28,8 @@ * Increased sample size for CDFJ+. + * Fixed autofire bug for trackball controllers. + -Have fun! diff --git a/src/gui/WhatsNewDialog.cxx b/src/gui/WhatsNewDialog.cxx index 7c26ca186..4baa36101 100644 --- a/src/gui/WhatsNewDialog.cxx +++ b/src/gui/WhatsNewDialog.cxx @@ -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");