diff --git a/docs/changes.txt b/docs/changes.txt index 603ebce692..261d4441ea 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -10,6 +10,8 @@ All: - Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original GetBitmap is renamed GetBitmapPtr. - Added XPM data constructor to wxImage. +- wxURI::GetUser and wxURI::HasUser have been renamed to wxURI::GetUserInfo and wxURI::HasUserInfo respectively so that wxURI::GetUser returns the old username that were in the HTTP specification along with wxURI::GetPassword (Note that if you used wxURI::GetUser from 2.5.3 you should rename all instances of it to wxURI::GetUserInfo). + wxPalmOS: