From 69f46552dca27c417ecf53eb7d38ca9dead3a969 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 25 Oct 2017 16:50:41 -0700 Subject: [PATCH] changelog --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3d243224..b7676e78 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -38,6 +38,9 @@ Changes in this release include the following: * Add missing ``wx.GetLocale`` function. (#572) +* Fix object ownership issue for menus added to toolbar items. (#580) + +