From b02def8ce668c519b4cf5a451b884f2ab3eb9862 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 2 Jan 2019 16:01:03 -0800 Subject: [PATCH] A little more info in the changelog (cherry picked from commit 8245182fc27531b070562c13ff6a3c2456ddec83) --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1ad263a2..270711af 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -183,7 +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) +* Backported a fix in wxWidgets that avoids crashing in hhctrl.ocx when using + context sensitive help in 64-bit builds on Windows. (#1104)