diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index b2ca2729b4..b678473a24 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -79,6 +79,10 @@ theme on XP. Added a wx.xrc.XmlResourceHandler for the Ticker class. See wx/lib/ticker_xrc.py +wxSTC: Fixed CmdKeyAssign key bindings for Ctrl-Backspace. + +wxMSW: Fixed a bug in wx.TextCtrl where all the lines were being used +to calculate the best size, instead of using a reasonable limit.