X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36d9119341753b2f6f606571702a9b906050a07c..4e1c35f810f574af79e649fa37171dfa7fc775ee:/wxPython/CHANGES.txt?ds=sidebyside diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 157dcec7f6..60b82af4f9 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -84,6 +84,13 @@ 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. + +Added wxImage.GetDataBuffer which returns an in-place edit buffer of +the image data. (Patch #546009) + 2.3.2.1 @@ -96,7 +103,6 @@ Added some patches from library contributors. - 2.3.2 ----- Added EVT_HELP, EVT_HELP_RANGE, EVT_DETAILED_HELP,