summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 4bb52961b1..c5db0852b1 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -330,6 +330,9 @@ QtCore
should now also connect to (and disconnect from) the rowsAboutToBeMoved and
rowsMoved signals.
+* The QAbstractItemModel::sibling method was made virtual, allowing implementations
+ to optimize based on internal data.
+
* The default value of the property QSortFilterProxyModel::dynamicSortFilter was
changed from false to true.