From 81a13fe1beb185b761433c807fa38dbbfa6e7bb2 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 8 Jan 2018 20:17:52 -0800 Subject: [PATCH] Add a changelog entry for wx.aui.AuiTabCtrl --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 42438586..1f138e53 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) + +