Fix changelog

Move the entry related to wxIAccessible to the MSW section.
This commit is contained in:
Artur Wieczorek 2016-09-29 23:57:29 +02:00
parent 243db82c28
commit ad684a814a

View File

@ -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: