summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2020-11-10 11:45:50 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2020-11-16 10:02:08 +0200
commitdba45c72729e3a250badaacafb39cf8d1798f940 (patch)
treeb0cadf2022b25c4506e98465954a5903398aa2ba /dist
parente8662d2d80ac3fe99c0d8b5ca02df217faf79056 (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 quide readers to check porting quide. Change-Id: Ib083c5e839aedee879291fe0174a8751970eebc1 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'dist')
-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 0000000000..f1f569f39b
--- /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
+