From 2bac1983bbdb2d539faedb357e169b8586fa4aca Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 19 Feb 2018 20:44:48 -0800 Subject: [PATCH] Add changelog item --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c42e5e67..2e03917c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -54,6 +54,12 @@ Changes in this release include the following: * Fix leaking image list in CheckListCtrlMixin (#752) +* All items marked as deprecated in the wxWidgets interface files will now + throw a DeprecationWarning when used from wxPython. Many of these items are + disappearing in 4.1 so it's important to ensure they are deprecated at + runtime too instead of just in the docs. (#749) + +