From 8258a1bc4d30c8ca079409f58af2a07784c0cf7c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 19 Jan 2018 15:15:46 -0800 Subject: [PATCH] Add changelog for wx.dataview.TreeListCtrl fix --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8d81807a..0c8babc5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -101,6 +101,9 @@ Changes in this release include the following: default style flag you'll need to pass it to the agwStyle parameter instead of the style parameter. +* Fix crash when deleting all wx.dataview.TreeListCtrl items with wxGTK3. + (#679) +