Add changelog for wx.RadioBox label fix

This commit is contained in:
Robin Dunn
2018-01-20 13:51:56 -08:00
parent 8aa4377677
commit 08461f1090

View File

@@ -104,6 +104,10 @@ Changes in this release include the following:
* Fix crash when deleting all wx.dataview.TreeListCtrl items with wxGTK3.
(#679)
* Fix displaying '&' in the label of wx.RadioBox on GTK. (#39)