From fbf078ee29dd4a05759124addcfcdf2e03345e09 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 21 Nov 2017 18:43:06 -0800 Subject: [PATCH] Add changelog note --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index f5881c23..c730b4e5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -64,6 +64,9 @@ Changes in this release include the following: * The wx.MessageDialog methods which take ButtonLabel parameters are now able to accept either strings or stock IDs. (#607, #276) +* Fix wx.EvtHandler.Unbind to work correctly when specifying the handler and + it is a bound method. (#624) +