]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention GetC and wxFileSystem in incompatible changes.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 29 Oct 2006 17:11:15 +0000 (17:11 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 29 Oct 2006 17:11:15 +0000 (17:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 3ea14894acc955e71fe7f8e0a11d5d0c373d361a..1d3cd6cdd4463965e68f45002928d6bdc6055bf4 100644 (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