]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
In GetPath(), don't append separator if there's already one at the end
[wxWidgets.git] / wxPython / CHANGES.txt
index 157dcec7f6da343aac55705f480540e7479e51fe..60b82af4f945cacfc2bd97fdaed1d87c584bf229 100644 (file)
@@ -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,