diff --git a/CHANGELOG b/CHANGELOG index f20ed6939c9..7a96fb2b47a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -36,7 +36,7 @@ Next version: written regardless of gate status. Prior code returned the stale latched value of the counter as it was prior to shutting off the gate and writing the counter, causing timing issues. - - Fix restoring minimized window on TTF output (issue #4248) (maron2000) + - Fix restoring minimized window on TTF output (Issue #4248) (maron2000) - Fix macos crash on launch when output=surface or auto (SDL2) (maron2000) - Update in-tree SDL2 library to ver 2.28.2 (maron2000) - Updated build tool for MinGW lowend builds required for the updated SDL2 @@ -44,6 +44,8 @@ Next version: features. (maron2000) - Debugger RUN and RUNWATCH commands were broken, fix. Make sure debugger shortcut triggers execution to stop whether in RUN or RUNWATCH mode. + - Fix SETCOLORS command didn't change color when output=ttf.(Issue #4503) + Also fixed the values reported were wrong. (maron2000) 2023.09.01 - Disable by default message confirmation after snapshot and AVI video