aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelogs/changes-5.14.2.2
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelogs/changes-5.14.2.2')
-rw-r--r--doc/changelogs/changes-5.14.2.238
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/changelogs/changes-5.14.2.2 b/doc/changelogs/changes-5.14.2.2
new file mode 100644
index 000000000..63a7a9120
--- /dev/null
+++ b/doc/changelogs/changes-5.14.2.2
@@ -0,0 +1,38 @@
+Qt for Python 5.14.2.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.
+
+****************************************************************************
+* PySide2 *
+****************************************************************************
+
+ - [PYSIDE-1100] Support type checking with the mypy module
+ - [PYSIDE-1236] samplebinding: Fix running with Python 3.8.2 on Windows
+ - [PYSIDE-1255] Fix memory corruption for QML registered types
+ - [PYSIDE-1271] QMutexLocker: allow-thread in constructor
+ - [PYSIDE-1272] signature: Add comparison for existing_doc type
+ - [PYSIDE-1285] qareaseries: keep references of lower/upper series
+ - [PYSIDE-1293] Windows: Fix encoding in custom message handler
+ - [PYSIDE-15] Support pickling of Qt Enum objects
+ - [PYSIDE-1223] Add QtUiTools.loadUiType
+ - [PYSIDE-1286] Implement __qualname__ and correct __module__ for classes
+ - [PYSIDE-1303] PySide2: Fix conversion of quintptr
+
+****************************************************************************
+* Shiboken2 *
+****************************************************************************
+
+ - [PYSIDE-1286] shiboken: Prepare for introduction of __qualname__
+ - [PYSIDE-1298] libshiboken: Support musl libc
+ - [PYSIDE-1299] shiboken: Fix cross builds