aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-26 12:10:54 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-26 12:11:37 +0200
commit023fc0b747460b0e4f30d5b38961bb53dcfdde3c (patch)
tree9c0eb33eda59ac388c0bd56916a7bbb7ea296464
parentedaa6453cce189cd0ab79be3804031ce591e9c5c (diff)
parent4db8ca80b286c68760ced3abf060584ca5f15d83 (diff)
Merge "Merge remote-tracking branch 'origin/5.14' into 5.14.2"
-rw-r--r--dist/changes-5.14.2.28
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/changes-5.14.2.2 b/dist/changes-5.14.2.2
index 3f9506dde..63a7a9120 100644
--- a/dist/changes-5.14.2.2
+++ b/dist/changes-5.14.2.2
@@ -24,7 +24,15 @@ information about a particular change.
- [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