Add missing changelog item

This commit is contained in:
Robin Dunn
2020-06-16 20:25:35 -07:00
parent 346fe89ce8
commit ab1ad6d536

View File

@@ -45,6 +45,10 @@ New and improved in this release:
* Fixed issue that could modify `bytes` objects under Python. (PR#1680)
* Added wx.lib.agw.aui.EVT_AUI_PANE_CLOSE event which is sent when a AUI (the
agw version) Pane has been closed (after it has been closed, not when it is
about to be closed, which is when EVT_AUI_PANE_CLOSE is sent.) (PR#1628)