diff --git a/CHANGES.rst b/CHANGES.rst index a75f6736..2d78af8c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -93,14 +93,15 @@ Changes in this release include the following: * Fix a bug in setting AuiDockingGuide size. (#727) -* Remove unnecessary notebook updating (wx.lib.agw.aui). (#851, #686) - -* Use BufferedDC in Repaint() to mitigate flicker (wx.lib.agw.aui). (#686) +* Remove unnecessary AUI notebook updating, and use wx.BufferedDC in Repaint() + to mitigate flicker. (wx.lib.agw.aui). (#851, #686) * Fixed crashing bug when using client data with items in wx.dataview.DataViewTreeCtrl. (#856) + + 4.0.1 "Lemonade" ---------------- * 2-Feb-2018