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.

Pick-to: 6.0.0 6.0
Task-number: QTBUG-88099
Change-Id: Ifb215e8baaa19a34105f605af8f60a62d16f451b
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Jani Heikkinen 2020-11-12 13:46:07 +02:00 committed by Lars Knoll
parent c97383e1fe
commit 309ac18b9b
1 changed files with 21 additions and 0 deletions

21
dist/changes-6.0.0 vendored Normal file
View File

@ -0,0 +1,21 @@
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.
This module is a new module in Qt 6. It contains some classes that are
deprecated in Qt 6, but made available here to help with the porting of
existing code bases. It should not be used for any new projects.
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