From: Robin Dunn Date: Fri, 30 Dec 2005 20:48:12 +0000 (+0000) Subject: Note that some deprecated items have been removed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/53a4b457cf11772753291ad4872bf723c6fbe89d Note that some deprecated items have been removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 9c78daa386..c1ea536d53 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -1,6 +1,27 @@ Recent Changes for wxPython ===================================================================== +2.7.0.0 +------- + +The following deprecated items have been removed: + + * wx.Bitmap SetQuality and GetQuality methods + + * The wx.GetNumberFromUser function + + * wx.EVT_LIST_GET_INFO and wx.EVT_LIST_SET_INFO + + * wx.BookCtrlSizer and wx.NotebookSizer + + * The PostScript-specific methods of wx.PrintData + + * wx.PrintDialogData SetSetupDialog and GetSetupDialog methods + + + + + 2.6.1.1 -------