aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-25 11:06:53 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-25 11:56:19 +0100
commit55507e8a8f80e4b33eb3574a40b4f395a9b4bcb7 (patch)
treea65d2e3bb2d15dd4de1bffa927dcf6e7cb889bbd /dist
parentcfe6ac20a7aaac8c4689c3e22f839e6d95886944 (diff)
Add changelog for 6.0.2
Pick-to: 6.0 Change-Id: Id5f8c2d1d44f24f82cc79d892a93adea15e7a57d Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-6.0.230
1 files changed, 30 insertions, 0 deletions
diff --git a/dist/changes-6.0.2 b/dist/changes-6.0.2
new file mode 100644
index 000000000..1b4feb54c
--- /dev/null
+++ b/dist/changes-6.0.2
@@ -0,0 +1,30 @@
+Qt for Python 6.0.2 is a bug-fix release.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qtforpython/
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* PySide6 *
+****************************************************************************
+
+ - [PYSIDE-1478] A bug related to using QQmlContext.setContextProperty()
+ with the snake case feature has been fixed.
+
+****************************************************************************
+* Shiboken6 *
+****************************************************************************
+
+ - [PYSIDE-841] A number of bugs in the documentation generation code have
+ been fixed.
+ - [PYSIDE-1501] The clang parser has been fixed to be able to handle some
+ Boost headers.