X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1db8dc4a2b5b664e922b9d049320ec0354e0eccf..cd66f45bfebe5c37ee8ffbd7985d12511e6bb86c:/docs/changes.txt?ds=inline diff --git a/docs/changes.txt b/docs/changes.txt index 61aa14bb5a..5a882d41f9 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -12,10 +12,13 @@ wxBase: - wxMimeTypesManager now can create file associations too - wxCopyFile() respects the file permissions (Roland Scholz) - wxFTP::GetFileSize() added (Søren Erland Vestø) +- wxDateTime::IsSameDate() bug fixed All (GUI): - new wxToggleButton class (John Norris, Axel Schlueter) +- wxCalendarCtrl now highlighting the date with time part bug fixed +- wxADJUST_MINSIZE sizer flag added wxMSW: