Add a changelog entry for wx.aui.AuiTabCtrl

This commit is contained in:
Robin Dunn
2018-01-08 20:17:52 -08:00
parent f31d72eb0f
commit 81a13fe1be

View File

@@ -80,6 +80,10 @@ Changes in this release include the following:
broken and the saved reference is deleted after the timer expires and the
callable has been called. (#457)
* Although it's more or less just an implementation detail, add wrappers for
wx.aui.AuiTabCtrl so references to it will get the correct type. (#664)