aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-10-23 12:01:37 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-10-23 12:01:37 +0200
commitf7d77a44e4f69393a72dba2acc77d204c52f6aa0 (patch)
tree0b159d63e34bdb300ef87a4b2626e857b1dc4f72
parent07acfd7fd38e7900c568e841e378b29470682e7a (diff)
parente4b82e3a3f91c681df439d5228fa2755134b87ef (diff)
Merge remote-tracking branch 'origin/5.9.7' into 5.9
-rw-r--r--dist/changes-5.9.725
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.9.7 b/dist/changes-5.9.7
new file mode 100644
index 00000000..02f5bfdb
--- /dev/null
+++ b/dist/changes-5.9.7
@@ -0,0 +1,25 @@
+Qt 5.9.7 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0 through 5.9.6.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Qt 5.9.7 Changes *
+****************************************************************************
+
+ - [QTBUG-67510] Fixed full screen edit mode with word candidate list
+ always being visible.