From a02dd57094a776b915ec633727f083eb345668f7 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sun, 29 Oct 2006 17:11:15 +0000 Subject: [PATCH] Mention GetC and wxFileSystem in incompatible changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 3ea14894ac..1d3cd6cdd4 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -17,6 +17,11 @@ Changes in behaviour not resulting in compilation errors, please read this! - wxArray::Alloc() now works as reserve() and does not clear the array any more - Windows calling CaptureMouse() are now required to handle the wxEVT_MOUSE_CAPTURE_LOST event and not call ReleaseMouse() in this case. +- wxInputStream::GetC() now returns an int in the range 0 - 255 on success + instead of a char the range -128 - 127. +- A sequence returned by wxFileSystem::FindFirst()/FindNext() may now be + be scoped to a single instance of wxFileSystem. + Changes in behaviour which may result in compilation errors -- 2.45.2