diff --git a/CHANGES.rst b/CHANGES.rst index caaf2f7c..aa15336b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -78,6 +78,20 @@ Changes in this release include the following: * Fix other instances of list.sort using old cmp-style ordering functions. (#508) +* Update SizedControls to do a sanity check on the parent's sizer, as GetSizer + can return None for SizedParent under certain circumstances, such as when + AUI reparents the control during pane movement. (#523) + +* Added Vagrant configs for Fedora 23 and Fedora 26, and dropped Fedora 24. + Wheels built on F23 can also be used on F24 and F25, and F26 adds Python 3.6 + support. + +* Fix bitwise OR bug in wx.lib.agw.aui.framemanager. (#493) + +* Fix bugs in wx.lib.plot when saving file. (#526) + +* Fix integer division bug in ultimatelistctrl. (#528) +