summaryrefslogtreecommitdiff
path: root/dist/changes-4.7.0
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@nokia.com>2010-08-03 14:57:05 +0200
committerPierre Rossi <pierre.rossi@nokia.com>2010-08-03 14:57:05 +0200
commit29f3ff7e8e4ecf1fcae1fb35434bd744cec97389 (patch)
tree248f7182c777942e1192ee35dd5d6da41813110f /dist/changes-4.7.0
parent73956dde054abb6504c3e5609778bf16548768b9 (diff)
downloadqt4-tools-29f3ff7e8e4ecf1fcae1fb35434bd744cec97389.tar.gz
Update changes-4.7.0
Reviewed-by: Simon Hausmann
Diffstat (limited to 'dist/changes-4.7.0')
-rw-r--r--dist/changes-4.7.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index 518d36286e..790aabc62a 100644
--- a/dist/changes-4.7.0
+++ b/dist/changes-4.7.0
@@ -474,6 +474,9 @@ QtCore:
ABIs, but it also allowed for unaligned access. Qt never generates
or uses unaligned access and the new EABI aligns as expected, so
the flag was removed.
+ - QTextBoundaryFinder is now consistent with ICU when it comes to
+ line breaking, reporting the index of the boundary at which the line
+ break should occur rather than the index of the character.
QtNetwork:
- Qt does no longer provide its own CA bundle, but uses system APIs for