summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-04-17 10:05:39 +0300
committerAntti Kokko <antti.kokko@qt.io>2020-04-23 07:28:43 +0300
commite72ad1f088d054678b7d70133fe702d91ae6b366 (patch)
treec034bfe0d093bc4d50ce64748e3e4fa96b04be55
parent063f77e160122da7ff720ca3971f9fd6d875982b (diff)
Add changes file for Qt 5.15.0v5.15.0-rc2v5.15.0-rc1v5.15.0
+ 1b555247e953d9be2b442f281698df475ad9fffb Bump version + c172655a2d9d3b3a8948ee603ad39613ca5ec778 Fix usages of text stream operators + a6d3c194fb0ea676d85dddf1fd005f169391666f qscxmlc: Avoid QHash::unite() + f66312ce38e083d8c1873b7c61702b2e88f229b1 qscxmlc: Use QHash::insert(QHash) + d9885834b4c7b4f0d5c960282bf982c0fadf0e21 CMake: Add Qt6 forward compatible CMake API and targets + 78eac0c12128ed1884b0c35e1191a9646df60a3d Update plugins.qmltypes for 5.15 + 61ed1a9e09fe54b0d52afbf865de03c8c4eaed82 Use Qt::SplitBehavior in preference to QString::SplitBehavior Change-Id: I96b34fbdf8077db35ed5d9e02e7c43eaa6ef7f0a Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.15.018
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0
new file mode 100644
index 0000000..40076ce
--- /dev/null
+++ b/dist/changes-5.15.0
@@ -0,0 +1,18 @@
+Qt 5.15 introduces many new features and improvements as well as bugfixes
+over the 5.14.x series. 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.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+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.