aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-01-09 10:28:05 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-01-14 12:36:29 +0200
commitaac99aa2cd204c0e285dc5f1c1aebf4c1ee19a7a (patch)
treec38b3d210e6900955884539363ae8dba8e416168
parent7fa87e18e3a1b518ef6b53bd264b7d121a89bbe7 (diff)
Add changes file for Qt 5.14.1
+ 462a024e4101d54490b5da26c5fec7818beb5253 example/basic: Fix full screen handwriting toggle + fe5aeead7bebda08b4bd3ad29aa472bf6794fb29 QtQuick.VirtualKeyboard.Plugins: automatically register latest version + 0e1138182b072ba5cc02878c65db73abafbf5f33 Allow shift toggle with Qt::ImhNoAutoUppercase + 0f1365cb23ba20520a75f64abddaf81df7677250 Skip test_zhuyinInputMethod() + 7fa87e18e3a1b518ef6b53bd264b7d121a89bbe7 Bump version Change-Id: Ia41a4c60a514e996821fbb1640139a0e5752d648 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--dist/changes-5.14.126
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.14.1 b/dist/changes-5.14.1
new file mode 100644
index 00000000..73b36859
--- /dev/null
+++ b/dist/changes-5.14.1
@@ -0,0 +1,26 @@
+Qt 5.14.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.14.0.
+
+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.14 series is binary compatible with the 5.13.x series.
+Applications compiled for 5.13 will continue to run with 5.14.
+
+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.
+
+****************************************************************************
+* UNSPECIFIED *
+****************************************************************************
+
+ - [QTBUG-80058] Using Qt::ImhNoAutoUppercase hint (used also with
+ password
+ fields) no longer makes shift key function as a caps lock.