]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Some new interfaces in common code requires an updated module definition file.
[wxWidgets.git] / docs / changes.txt
index 9ad280061bdfb98b1c6fe5316fdad447069bb8c7..c8ded7091213c619af90376a11d9b31e40ebed8a 100644 (file)
@@ -15,12 +15,14 @@ wxBase:
 - wxCopyFile() respects the file permissions (Roland Scholz)
 - wxFTP::GetFileSize() added (Søren Erland Vestø)
 - wxDateTime::IsSameDate() bug fixed
+- wxTimeSpan::Format() now behaves more as expected, see docs
 
 All (GUI):
 
 - new wxToggleButton class (John Norris, Axel Schlueter)
 - wxCalendarCtrl now highlighting the date with time part bug fixed
 - wxADJUST_MINSIZE sizer flag added
+- FindOrCreateBrush/Pen() bug fix for invalid colour values
 
 wxMSW: