diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 66ffb34b43..819390eb87 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -1,6 +1,24 @@ Recent Changes for wxPython ===================================================================== + +2.7.1.3 +------- +* + +wxGTK: The wx.ALWAYS_SHOW_SB style is now supported. + +Fixed name errors in the old wxPython package namespace. As a +reminder, use of this package is deprecated and you are encouraged to +switch your programs over to the wx package. + +Fixed wx.glcanvas.GLCanvas.SetCurrent to be compatible with prevoius +versons. + + + + + 2.7.1.2 ------- * 21-Oct-2006