summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-5.0.0')
-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 1b67f878be..bbd1c2300d 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -221,6 +221,11 @@ QtCore
altering the watchlist in both the singular and QStringList overloads of
addPath and removePath.
+* QString::mid, QString::midRef and QByteArray::mid, if the position passed
+ is equal to the length (that is, right after the last character/byte),
+ now return an empty QString, QStringRef or QByteArray respectively.
+ in Qt 4 they returned a null QString or a null QStringRef.
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via