Document wxOSX non-BMP characters fix in the changelog.

This should have been part of the previous commit but was forgotten.

See #16979.
This commit is contained in:
Vadim Zeitlin 2015-05-09 18:21:36 +02:00
parent a266a0a446
commit d1de0f3038

View File

@ -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).