Add changelog for wx.dataview.TreeListCtrl fix

This commit is contained in:
Robin Dunn
2018-01-19 15:15:46 -08:00
parent d4aea5ee25
commit 8258a1bc4d

View File

@@ -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)