]> 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 8f2749532a1497b49bfea4562a04486355be5bd1..60b82af4f945cacfc2bd97fdaed1d87c584bf229 100644 (file)
@@ -86,8 +86,10 @@ for any class that is OOR aware.
 
 Added OOR support for wxGridCellRenderer, wxGridCellEditor,
 wxGridCellAttr, wxGridCellAttrProvider, wxGridTableBase and their
-derived classes..
+derived classes.
 
+Added wxImage.GetDataBuffer which returns an in-place edit buffer of
+the image data.  (Patch #546009)