summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2020-11-12 13:44:04 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-24 07:25:01 +0000
commitf343ee064594462c1bb4abf4df6526d000c5c283 (patch)
treeeb2715049aed936aa9f567daa5326d131072233d
parent34e3fa58dcd1b746e0f890b6a78823f8cfee9b12 (diff)
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: Iec1921e1857ea96765e04eaa8ae89c58257042a5 Reviewed-by: Antti Kokko <antti.kokko@qt.io> (cherry picked from commit c0a33004915cbeff385b12db3ca88262dd801885) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--dist/changes-6.0.017
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/changes-6.0.0 b/dist/changes-6.0.0
new file mode 100644
index 000000000..f1f569f39
--- /dev/null
+++ b/dist/changes-6.0.0
@@ -0,0 +1,17 @@
+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
+