]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
reSWIGged
[wxWidgets.git] / docs / changes.txt
index d6104490b3133d50c89afb8ae0af1074b1808115..db153c5031cbd75c6b66393fd5c8116fc6d94d28 100644 (file)
@@ -6,6 +6,8 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
 ================================
 
 - wxFontData::GetColour() now returns a const colour
+- wxDC objects can't be created directly now (this never worked, now it doesn't
+  even compile)
 
 
 2.7.0
@@ -42,6 +44,7 @@ All (GUI):
 - Added space after list item number in wxHTML.
 - Implemented <sub> and <sup> handling in wxHTML (based on patch
   by Sandro Sigala)
+- Added caption parameter to wxGetFontFromUser and wxGetColourFromUser.
 
 wxMSW: