]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Fix for wxPyTipProvider. Now it is possible to derive from it and
[wxWidgets.git] / wxPython / CHANGES.txt
index 355c5c2a45d5c1e4b18e3fa624f8452c28706c2f..21eb15506d5febb675c26026859539f93c84b8de 100644 (file)
@@ -152,6 +152,9 @@ Added a generic static text control to wxPython.lib.stattext.  This is
 so things like Boa and PythonCard can have a static text that can
 respond to mouse events and etc.
 
+Changed the wxDateTime.Parse* methods to return an int that will be -1
+on failure, and the index where parsing stopped otherwise.
+