Add changelog for 778

This commit is contained in:
Robin Dunn
2018-03-08 13:17:37 -08:00
parent dbb904b6c3
commit 5c7046bdbc

View File

@@ -71,6 +71,10 @@ Changes in this release include the following:
* Added the wxWidgets version number to the tail end of the string returned by
wx.version().
* Bind EVT_WINDOW_DESTROY event only to the tree windows in CustomTreeCtrl,
since otherwise it would be caught when child windows are destroyed too,
which causes problems in this case. (#778)