diff --git a/docs/changes.txt b/docs/changes.txt index 13d4dfc8a0..40ce541c40 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -241,6 +241,7 @@ All: - Fix wxFileName::ReplaceHomeDir() when HOME=="/". - Fix wxLocale::IsAvailable(wxLANGUAGE_DEFAULT) regression. - Provide CMake config file for the library. +- Add a 'revision' component to wxVersionInfo (Ronny Krüger). All (GUI): @@ -256,6 +257,9 @@ wxGTK: - Fix TAB navigation in wxSimplebook (Adrian Lopez). - Support wxINVERT logical operation on wxDC with white source colour. - Don't assert in wxGtkImage (used in e.g. wxToolBar) when bitmap is missing. +- Fix wxListBox selection colors with non-default background (alilie). +- Fix wxCURSOR_SIZING with Wayland. +- Recognize modern versions of GNOME in GetDesktopEnvironment() (Ulrich Telle). wxMSW: