aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2018-10-03 11:05:00 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2018-10-04 04:43:04 +0000
commite4b82e3a3f91c681df439d5228fa2755134b87ef (patch)
treef0c0450a84cd2f513dca121888f58b506440ec1e
parent92056fb0f46bf82d74227e2416c75d62184168de (diff)
Add changes file for Qt 5.9.7v5.9.7
+ aa4d36fa46e99314aadbd98d394b0f87c43e875b Fix full screen edit mode with word candidate list always visible + 990095eeeb8b1ed47aa526671e4c8b85f38aa8c9 Bump version Change-Id: I83af32f09f415590c4837cf2645c61d54f96e18e Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-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.