aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-06-24 11:16:27 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-25 14:44:19 +0000
commitd3170ad444d57aa12d713198ca42653805e015bc (patch)
tree61f41dfa90c5d394715eba45e083bfdd1688315c
parentc9c3493cb901a2a015b6307ecc3d489efe1e8aaa (diff)
Add changelog for 6.1.2
Change-Id: Ia055b088b62b7b3192f03d48da9a183720dfc795 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 9bcfaeb9ca38460d03bc724368636b5133880e4b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--dist/changes-6.1.237
1 files changed, 37 insertions, 0 deletions
diff --git a/dist/changes-6.1.2 b/dist/changes-6.1.2
new file mode 100644
index 000000000..997a5d30d
--- /dev/null
+++ b/dist/changes-6.1.2
@@ -0,0 +1,37 @@
+Qt for Python 6.1.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-1482] A number of missing classes, enumerations and functions have
+ been added.
+ - [PYSIDE-1160] QHostInfo.lookupHost() was added.
+ - [PYSIDE-1563] A previous fix the bug has been amended, fixing errors
+ about not holding the GIL when releasing QImage memory.
+ - [PYSIDE-1589] Slot access for compiled functions for Nuitka has been fixed.
+ - [PYSIDE-1593] The decorator of PyClassProperty has been corrected
+ and the class has been published.
+
+****************************************************************************
+* Shiboken6 *
+****************************************************************************
+
+ - It is now possible to specify a check function for custom types in the
+ typesystem.
+ - [PYSIDE-1588] The generated signatures now contain types replaced by
+ modifications.
+