diff --git a/docs/changes.txt b/docs/changes.txt index 4c8474284b..5cbf0265b1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -337,6 +337,7 @@ All (GUI): - wxWindow::SetAutoLayout() now works for all windows, not just panels. - Support wxListCtrl columns, items and image lists in XRC (Kinaou Hervé). - Added wxEditableListBox XRC handler. +- Added multiple selection support to wxDirCtrl (Steve Lamerton). - wxGrid: add possibility to prevent resizing of individual rows/columns. - wxHTML: add support for table borders width (Laurent Humbertclaude). - Added wxMouseEventsManager.