aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-5.12.23
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2
index 39e845fb7..b45d38ca2 100644
--- a/dist/changes-5.12.2
+++ b/dist/changes-5.12.2
@@ -20,7 +20,7 @@ information about a particular change.
- [PYSIDE-934] Added a method to VoidPtr called toBytes() to get the bytes representation.
- [PYSIDE-95] Added ownership transfer for QGraphicsItemGroup.addToGroup
- [PYSIDE-928][PYSIDE-937][PYSIDE-943] Fixing a refcounting bug shown by __doc__ handling
- - [PYSIIDE-931] Added the attribute 'allow-thread' to the type system and class entries.
+ - [PYSIDE-931] Added the attribute 'allow-thread' to the type system and class entries.
- [PYSIDE-947] Fixed conversions of list of smart pointers to python
- [PYSIDE-953] Preventing Python 3.5 from crashing the build
- [PYSIDE-940] Added setPageSize new signature to QPageSize
@@ -46,3 +46,4 @@ information about a particular change.
- Extended the exception handling test in shiboken
- [PYSIDE-929] Added dependency version for shiboken2
- [PYSIDE-914] Including MSVC dlls in the shiboken module package
+ - [PYSIDE-932] Implement Embedding To Make Signatures Always Available