From 55507e8a8f80e4b33eb3574a40b4f395a9b4bcb7 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 25 Feb 2021 11:06:53 +0100 Subject: Add changelog for 6.0.2 Pick-to: 6.0 Change-Id: Id5f8c2d1d44f24f82cc79d892a93adea15e7a57d Reviewed-by: Christian Tismer --- dist/changes-6.0.2 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dist/changes-6.0.2 (limited to 'dist') 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. -- cgit v1.2.3