diff --git a/docs/changes.txt b/docs/changes.txt index b61db35461..892c522778 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -429,6 +429,8 @@ All (GUI): - Fixed wxOwnerDrawComboCtrl popup size on Mac (scrollbars were always shown). - Fixed wxOwnerDrawComboCtrl focus problem on Mac (first-time popup dismissed immediately as text control grabbed the focus). +- wxPropertyGrid: added wxPG_EX_MULTIPLE_SELECTION. +- wxPropertyGrid: added functions for editing property labels. - wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_NO_TOOLBAR_DIVIDER and wxPG_EX_TOOLBAR_SEPARATOR styles for finer control over borders. Borders around property grid are now native for consistency.