diff --git a/docs/changes.txt b/docs/changes.txt index 7ae38aa3a5..187eb7e38a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -29,6 +29,9 @@ INCOMPATIBLE CHANGES SINCE 2.4.x - wxWindow::Clear() is now called ClearBackground() - pointer returned by wxFont::GetNativeFontInfo() must not be deleted now - wxMouseEvent::Moving() doesn't return true if mouse is being dragged +- pointer returned by wxColourDatabase::FindColour() must now always (and + not just sometimes) be deleted, to avoid problems, don't use it at all, + use wxColourDatabase::Find() instead. DEPRECATED METHODS SINCE 2.4.x