aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.13.2
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-11-09 03:07:01 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-11-09 03:07:01 +0100
commitcb182fb50e49fa88f7bf33f2407447167fd8048f (patch)
tree3e8cc6319ee9b2c4d20f7e0bcb784928f916146e /dist/changes-5.13.2
parent611422b5968ceac6cfba034116a3d1e107d8e2df (diff)
parent9c05807b951167bc0c8385811c9df1bd9d48ca6d (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
Diffstat (limited to 'dist/changes-5.13.2')
-rw-r--r--dist/changes-5.13.225
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.13.2 b/dist/changes-5.13.2
new file mode 100644
index 00000000..af5214cd
--- /dev/null
+++ b/dist/changes-5.13.2
@@ -0,0 +1,25 @@
+Qt 5.13.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.13.0 through 5.13.1.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.13 series is binary compatible with the 5.12.x series.
+Applications compiled for 5.12 will continue to run with 5.13.
+
+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.
+
+****************************************************************************
+* Controls *
+****************************************************************************
+
+ - QQuickTextArea:
+ * Fixed rendering issue when using TextArea in a ScrollView.