Add changelog entries for recent commits.

This commit is contained in:
Robin Dunn
2017-08-30 12:45:33 -07:00
parent 595b3a3818
commit 3cab528b5c

View File

@@ -47,6 +47,19 @@ Changes in this release include the following:
and there is currently no way to specify that flag for builds performed by
pip. (#431)
* Fix parameter names in Toolbar.AddTool methods to be consistent. (#475)
* Remove inconsistent GetVirtualSize method in ScrolledWindow and let it be
inherited from wx.Window instead. (#474)
* Fix crashing bug caused by importing a module that reinitializes the
wxModule system after having imported wxpyTag. (#468)
* Fix missing methods in various DataObject classes. (They were actually
accidentally marked "private" when they should have been public.) (#480)
* Add missing ListCtrl.DeleteAllColumns. (#486)