X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36d9119341753b2f6f606571702a9b906050a07c..9fd9e47a93dfcdd99c2722e288a0f28a51ce6f5f:/wxPython/CHANGES.txt?ds=inline diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 157dcec7f6..c69baec9bf 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -84,6 +84,11 @@ Python instance object with a class that raises an exception whenever a method call (or other attribute access) is attempted. This works for any class that is OOR aware. +Added OOR support for wxGridCellRenderer, wxGridCellEditor, +wxGridCellAttr, wxGridCellAttrProvider, wxGridTableBase and their +derived classes. + + 2.3.2.1 @@ -96,7 +101,6 @@ Added some patches from library contributors. - 2.3.2 ----- Added EVT_HELP, EVT_HELP_RANGE, EVT_DETAILED_HELP,