diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 47135629a6..b96a9bfbf1 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -178,6 +178,10 @@ record operations on a DC and then play them back later. Upgraded to Scintilla 1.70 for wx.stc.StyledTextCtrl. +Added CanSetTransparent and SetTransparent methods to the +wx.TopLevelWindow class. + +