summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-04-01 13:35:30 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2019-04-05 11:30:22 +0000
commit2bdc7b5a8040372b48a4d3948b9b6a81dafc92d4 (patch)
treec19ca336a9fdf546c50abca6bdd4f1cc103f2771 /dist
parentadaefd7cb8ed0849cd0a36a95912e37b3b14d35a (diff)
downloadqtdoc-2bdc7b5a8040372b48a4d3948b9b6a81dafc92d4.tar.gz
Add changes file for Qt 5.12.3
+ 323572c586c06b20a8ddccaed0add6deb9283903 Consistently fill out Platform columns in Qt Modules overview + b107451957d8c74eb70d660d8313b4bc0dcf200b Handle recursion depth errors when parsing JavaScript + 9c821c6dae5a624f13d0c04e1d80aa804ed540c9 Bump version + 583a748340e67ba10cf426fe2712412f9373055a Doc: Avoid auto-linking to WebEngine, WebSocket etc + adaefd7cb8ed0849cd0a36a95912e37b3b14d35a Document that Qt Script is deprecated Change-Id: I01a8b5f3193aee06161433b80356d633f428de60 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.12.320
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.12.3 b/dist/changes-5.12.3
new file mode 100644
index 00000000..88033201
--- /dev/null
+++ b/dist/changes-5.12.3
@@ -0,0 +1,20 @@
+Qt 5.12.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.2.
+
+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.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+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.
+
+ - This release contains only minor code improvements.