From d1de0f3038ba5561a48782f1bd01495cac2bb515 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 9 May 2015 18:21:36 +0200 Subject: [PATCH] Document wxOSX non-BMP characters fix in the changelog. This should have been part of the previous commit but was forgotten. See #16979. --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index 6e596796fb..39532b35a5 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -154,6 +154,7 @@ wxMSW: wxOSX/Cocoa: - Implement wxWindow::Disable() for non-native controls too (Steve Browne). +- Fix wxEVT_CHAR for non-BMP Unicode characters (ARATA Mizuki). - Add support for wxEVT_COMBOBOX_DROPDOWN and wxEVT_COMBOBOX_CLOSEUP events (Igor Korot). - Implement strike-through support in wxFont (Igor Korot).