Updated CHANGELOG re:'flush' to 'flash' change. Issue #46

This commit is contained in:
Morgan Aldridge 2024-08-25 13:53:53 -04:00
parent eb061a9432
commit a600dd87f6

View File

@ -1,7 +1,9 @@
0.9.4 -> 0.9.x
Improved debug logging of user locale & missing font/encoding
Added fallback XLFD font in case user specified font is missing
For performance reasons, removed missing font errors in menu bar while loading
Improved debug logging of user locale & missing font/encoding (Issue #30)
Added fallback XLFD font in case user specified font is missing (Issue #30)
For performance reasons, removed missing font errors in menu bar while loading (Issue #30)
Corrected 'flush' misspelling to 'flash', including new FlashMenu configuration (Issue #46)
Preserved misspelled FlushMenu configuration, but documented as deprecated (Issue #46)
0.9.3 -> 0.9.4
Improved config command parsing in ReadConfigFile()