Add a note about not supporting wxUSE_UNICODE=0 to the change log

This commit is contained in:
Vadim Zeitlin 2022-10-27 03:38:02 +01:00
parent d5617965a6
commit 340998fe77

View file

@ -41,6 +41,8 @@ Changes in behaviour which may result in build errors
default, you need to set WXWIN_COMPATIBILITY_3_0 to 1 to enable them. Symbols
deprecated in 2.8 are not available any longer.
- Building with wxUSE_UNICODE=0 is not supported any longer.
- wxMotif and wxGTK1 ports have been removed, please use wxWidgets 3.2 if you
still need them.