+Changes in behaviour not resulting in compilation errors, please read this!
+---------------------------------------------------------------------------
+
+- For all wxInputStreams, Eof() becomes true after an attempt has been made
+ to read _past_ the end of file.
+- wxFileName::DirExists() checks if the path of the file is a directory, not
+ if the whole name is a directory
+- wxDialog::CreateButtonSizer() may return NULL now, please see the manual
+- wxStaticBoxSizer now deletes the associated wxStaticBox when it is deleted
+- Windows calling CaptureMouse() are now required to handle the
+ wxEVT_MOUSE_CAPTURE_LOST event and not call ReleaseMouse() in this case
+
+
+Changes in behaviour which may result in compilation errors
+-----------------------------------------------------------
+