From b34f320faa5d54bf1374efd9bc2978f80db98037 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 2 Jan 2019 15:59:08 -0800 Subject: [PATCH] Add changelog item for hhctrl.ocx fix (cherry picked from commit de840d4654fbc42d3bb50b32a128225f6f9acdd4) --- CHANGES.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8628f173..1ad263a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -39,8 +39,8 @@ Other changes in this release: you need to change. -4.0.4 "" --------- +4.0.4 "What? It's 2019 already?" +-------------------------------- * (not yet released) PyPI: https://pypi.org/project/wxPython/4.0.4 @@ -183,6 +183,8 @@ Changes in this release include the following: * Added missing methods in wx.ListBox, SetItemForegroundColour, SetItemBackgroundColour and SetItemFont. (#1095) +* Backported a fix in wxWidgets that avoids crashing in hhctrl.ocx (#1104) +