From 3547e40f6fd5d60fc316ab484e24a1962623e7c9 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 9 Dec 2020 10:15:41 +0100 Subject: Add changelog for 6.0.0 Change-Id: I1b5fcad8fd9d434b017189c81abdf32f3f7d9341 Reviewed-by: Cristian Maureira-Fredes --- dist/changes-6.0.0 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dist/changes-6.0.0 diff --git a/dist/changes-6.0.0 b/dist/changes-6.0.0 new file mode 100644 index 000000000..6af5bfc3d --- /dev/null +++ b/dist/changes-6.0.0 @@ -0,0 +1,17 @@ +Qt for Python 6.0.0 is a new major version release. It is not compatible with +earlier Qt for Python releases. + +The goal has been to retain as much source compatibility with +Qt for Python Qt 5.15 as possible, but some changes were inevitable. + +To make it easier to port to Qt for Python 6.0.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 for Python 5.15 to +Qt for Python 6.0.0: + +https://doc.qt.io/qtforpython/qt-6/porting_from2.html + +For more details refer to the online documentation of Qt for Python 6.0.0: + +https://doc.qt.io/qtforpython/ -- cgit v1.2.3