]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
added newline at end of file
[wxWidgets.git] / docs / changes.txt
index 089088fef25d15fcca69bdd9de12c2c7de6d0157..e781930885b332d5d661342ebb8884256850bb8f 100644 (file)
@@ -36,7 +36,6 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
   As a consequence, the class interface changed largely.
   Code updates, if any are required at all, are easy to accomplish though.
 - wxDialog::CreateButtonSizer() may return NULL now, please see the manual
-- wxBufferedDC doesn't inherit from wxMemoryDC any more (but directly from wxDC)
 
 
 Deprecated methods since 2.6.x and their replacements
@@ -52,6 +51,18 @@ Major changes in 2.7 release
 - New AUI library supporting docking windows and much more
 
 
+2.7.2
+-----
+
+All (GUI): 
+
+- wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
+  calling SelectObject itself if a valid bitmap is passed.
+- Reverted wxBuffered[Paint]DC to pre 2.7.1 state, added
+  wxAutoBufferedPaintDC and wxAutoBufferedPaintDCFactory.
+
+
+
 2.7.1
 -----