Document wxOSX/Carbon removal

Mention that requesting it from configure is now silently ignored.
This commit is contained in:
Vadim Zeitlin
2016-02-03 18:19:14 +01:00
parent 536defd91c
commit 73747c457c

View File

@@ -27,6 +27,9 @@ Changes in behaviour not resulting in compilation errors
- Using invalid flags with wxBoxSizer or wxGridSizer items now triggers asserts - Using invalid flags with wxBoxSizer or wxGridSizer items now triggers asserts
when done from the code or error messages when done in XRC. when done from the code or error messages when done in XRC.
- wxOSX/Carbon port doesn't exist any more, wxOSX/Cocoa will be silently used
instead even if configure --with-osx_carbon option is used.
Changes in behaviour which may result in build errors Changes in behaviour which may result in build errors
----------------------------------------------------- -----------------------------------------------------