diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index af1fa9994c..9803a246cf 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -71,6 +71,9 @@ PySetUpperDateLimit, PySetDateRange, PyGetLowerDateLimit, and PyGetUpperDateLimit. Also, CalendarEvent was extended with PySetDate and PyGetDate methods. +wxMSW: SetBackgroundColour on a wx.Choice or a wx.ComboBox will now +also set the colour of the dropdown. +