From b89004fee76c75d1496143010d801da2d3563493 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 17 Jul 2019 12:01:49 -0700 Subject: [PATCH] Add changelog note --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e01dcad5..560a5f3f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -32,7 +32,6 @@ New and improved in this release: wx.grid.GridCellDateRenderer, wx.grid.GridCellDateEditor, wx.SystemAppearance, etc. - * Many of the deprecated items in wxWidgets and wxPython are being or have been removed. Be sure to test your code in 4.0.2 or a later 4.0.x release with warnings enabled so you can see which class, method or function calls @@ -65,6 +64,8 @@ New and improved in this release: * Replaced the Vagrant VMs used for building wxPython for various Linux distros with Docker images. +* Add some missing methods in wx.adv.BitmapComboBox (#1307) +