Add changelog items for recent changes

This commit is contained in:
Robin Dunn
2017-09-12 18:12:39 -07:00
parent 2f6dcb0e51
commit bb3689b7c3

View File

@@ -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)