Add changes since 3.2.0 RC1 to the change log

This commit is contained in:
Vadim Zeitlin 2022-06-30 00:25:13 +02:00
parent 844e51e672
commit 90ef7d0a5a

View file

@ -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: