Mention GetC and wxFileSystem in incompatible changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-10-29 17:11:15 +00:00
parent 6445acc783
commit a02dd57094

View File

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