From 73747c457c40d4da30de1782bf408bd108e46543 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 3 Feb 2016 18:19:14 +0100 Subject: [PATCH] Document wxOSX/Carbon removal Mention that requesting it from configure is now silently ignored. --- docs/changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index abfd5af375..86f417abf3 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -27,6 +27,9 @@ Changes in behaviour not resulting in compilation errors - Using invalid flags with wxBoxSizer or wxGridSizer items now triggers asserts 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 -----------------------------------------------------