aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2020-12-16 12:57:51 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2020-12-18 07:57:32 +0200
commit022d55f32606bcc4dd7eec9cea7fe2746f3f7218 (patch)
treee022eceef5331c89d9aca7d8cba295174baf2d50
parent1b802d40295e75a4f0221f1a1f98fa6052953fb4 (diff)
Add general changes file for Qt 6.0.x releases
Change-Id: I30e938aaaefb788796699dfc014b6e7676e0a18c Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--dist/changes-6.0.x19
1 files changed, 19 insertions, 0 deletions
diff --git a/dist/changes-6.0.x b/dist/changes-6.0.x
new file mode 100644
index 0000000000..70ecf33ba5
--- /dev/null
+++ b/dist/changes-6.0.x
@@ -0,0 +1,19 @@
+Qt 6.0.x releases are bug fix releases to the top of Qt 6.0.0.
+
+List of changes compared to the previous patch release can be found from
+https://wiki.qt.io/Qt_6.0.x_Changes -wiki
+
+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
+