diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2010-08-03 12:57:05 (GMT) |
---|---|---|
committer | Pierre Rossi <pierre.rossi@nokia.com> | 2010-08-03 12:57:05 (GMT) |
commit | 29f3ff7e8e4ecf1fcae1fb35434bd744cec97389 (patch) | |
tree | 248f7182c777942e1192ee35dd5d6da41813110f /dist | |
parent | 73956dde054abb6504c3e5609778bf16548768b9 (diff) | |
download | Qt-29f3ff7e8e4ecf1fcae1fb35434bd744cec97389.zip Qt-29f3ff7e8e4ecf1fcae1fb35434bd744cec97389.tar.gz Qt-29f3ff7e8e4ecf1fcae1fb35434bd744cec97389.tar.bz2 |
Update changes-4.7.0
Reviewed-by: Simon Hausmann
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 518d362..790aabc 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 |