aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2019-03-20 12:50:30 +0100
committerChristian Tismer <tismer@stackless.com>2019-03-20 17:59:21 +0000
commit8f2db5aa7c6a3cdc83df65b5052e107e2e65324d (patch)
tree03d53cff1b8436f81372fd47eda103c3d8d657e1 /dist
parent723aea37263571865edc9e0299fedbe266a47223 (diff)
Add line to changelog concerning embedding
Change-Id: I383d69adbe095de3f448a1245f788f665885eea5 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'dist')
-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