From 340998fe77cf759af189da07d2a804f12b44f76c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 27 Oct 2022 03:38:02 +0100 Subject: [PATCH] Add a note about not supporting wxUSE_UNICODE=0 to the change log --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index f557b8e0ce..f262050a77 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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.