summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 6bacccc34a..5317137059 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -331,6 +331,11 @@ QTestLib
* removeRows() no longer emits extra beforeDelete signal for out of range row.
+* removeRows() now requires the whole range of targetted rows to be valid
+before doing anything. Previously, it would remove what it could and
+ignore the rest of the range.
+
+
****************************************************************************
* Database Drivers *
****************************************************************************