summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2020-11-12 14:46:32 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-27 13:55:40 +0000
commit3c6f8a09f272143ddeeaee08c3415434fea79511 (patch)
tree9aadd1ce6c76c55f56a8b435fc1fe1c39d794416 /dist
parentef6a5cf36e83f9ce993d67f2e96d2935a39388dc (diff)
downloadqttools-3c6f8a09f272143ddeeaee08c3415434fea79511.tar.gz
Add Qt 6.0.0 changes file
Qt 6.0.0 is new major version for Qt and so on we don't need to list changes to the previous Qt release but guide readers to check porting guide. Task-number: QTBUG-88099 Change-Id: Ia667f9c1241404b46f62590c5014577bd28088da Reviewed-by: Lars Knoll <lars.knoll@qt.io> (cherry picked from commit 8d9a81870dc0b470e0198d20750e9fa0659ab989) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-6.0.016
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/changes-6.0.0 b/dist/changes-6.0.0
new file mode 100644
index 000000000..c7d04efec
--- /dev/null
+++ b/dist/changes-6.0.0
@@ -0,0 +1,16 @@
+Qt 6.0.0 is a new major version release of Qt. It is not binary compatible with
+earlier Qt releases.
+
+The goal has been to retain as much source compatibility with Qt 5.15 as
+possible, but some changes were inevitable to make Qt a better framework.
+
+To make it easier to port to Qt 6.0, we have created a porting guide to
+summarize those changes and provide guidance to handle them. In the guide, you
+can find links to articles about changes that may affect your application and
+help you transition from Qt 5.15 to Qt 6.0:
+
+https://doc.qt.io/qt-6/portingguide.html
+
+For more details refer to the online documentation of Qt 6.0:
+
+https://doc.qt.io/qt-6/index.html