diff --git a/docs/changes.txt b/docs/changes.txt index fdd6aba19e..146bae0b54 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -75,8 +75,6 @@ All: - Handle strings with embedded NULs in wxDataStream (Nitch). - Don't crash in wxTextFile::GetLastLine() if the file is empty (crohr). - Add wxString::cbegin() and cend() method (Lauri Nurmi). -- Return proper value from wxIAccessible::get_accSelection() if no children - are selected. All (GUI): @@ -137,6 +135,8 @@ wxMSW: - Fix wxDC::Clear() for rotated DC. - Fix wxDC::GetClippingBox() for transformed wxDC. - Fix wxMemoryDC::Blit() with itself as source (Tim Roberts). +- Return proper value from wxIAccessible::get_accSelection() if no children + are selected. wxOSX: