]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
mention wxTreeItemId change
[wxWidgets.git] / docs / changes.txt
index 00e3ff2a44fff07aef27de0ffc99700d4e63454b..a2983ef7a3cd86d007f63dfc8b8199dcd4a68122 100644 (file)
@@ -9,9 +9,7 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
   now called much earlier/later than before; please move any exiting code
   from there to wxApp::OnInit()/OnExit()
 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon
-- the values of many colours have been updated to match their official
-  definitions which unfortunately means that "orange" colour in wxWindows
-  2.5 is not the same colour as in 2.4 series.
+
 
 DEPRECATED METHODS SINCE 2.4.x
 ==============================
@@ -31,6 +29,7 @@ versions, please update your code to not use them.
 - wxHashTableLong: use wxHashMap instead
 - wxArrayString::GetStringArray: no replacement
 - wxArrayString::Remove(index, count): use RemoveAt instead
+- wxTreeItemId conversion to long is deprecated and shouldn't be used
 - [MSW only] wxWindow::GetUseCtl3D(), GetTransparentBackground() and
              SetTransparent() as well as wxNO_3D and wxUSER_COLOURS styles