aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-08-30 11:18:41 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-30 16:17:01 +0000
commit3874468344befda1f277b820a60ddd42c921d176 (patch)
tree6723d29c4500532dd411b79e57912597956f7388
parentf9902332d0573d7bdaa2da54fd85c8d7c33d914b (diff)
Add changelog for 6.1.3
Change-Id: I9e27c1c37d2d0760e6d90b994e9c4a55d0b4420d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 35b6bb0a13d6ba3a7dc826c26b331164a86cb8d3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--dist/changes-6.1.349
1 files changed, 49 insertions, 0 deletions
diff --git a/dist/changes-6.1.3 b/dist/changes-6.1.3
new file mode 100644
index 000000000..858a2030e
--- /dev/null
+++ b/dist/changes-6.1.3
@@ -0,0 +1,49 @@
+Qt for Python 6.1.3 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 *
+****************************************************************************
+
+ - The Python Unicode API was updated to the newest
+ version when not in limited API mode, too.
+ - [PYSIDE-131] The `tr` function now works also for
+ PySide derived Python class instances with the right context, and
+ fix translation for derived types.
+ - [PYSIDE-1252] The tr() translation method of QObject
+ has been changed to be a class method. This makes it
+ possible to use tr() on a class without instantiation.
+ - [PYSIDE-1482] Add classes QChannel, QChannelComponent, QSharedMemory.
+ - [PYSIDE-1609] PySide6: Fix crashes in QObject.findChild()
+ - [PYSIDE-1614] Fix logging level being set when importing PySide6
+ - [PYSIDE-1617] Fix leak in QML ListProperty type
+ - [PYSIDE-1621] signature: make zip file access totally virtual,
+ and make embedding aware.
+ - [PYSIDE-1626] feature: fix the UIC switching problem
+ - [PYSIDE-1629] PySide6: Fix crash with qmlRegisterSingletonType() when invoked from JavaScript
+ - [PYSIDE-1636] Fix GLES builds
+ - [PYSIDE-1646] Fix the signature mapping after enabling macOS primitive types
+ - [PYSIDE-1647] Fix crash when constructing a QApplication in an embedded application
+
+****************************************************************************
+* Shiboken6 *
+****************************************************************************
+
+ - [PYSIDE-1621] Embedding of supporting Python files
+ is now completely virtual. No FS files are involved any longer.
+ - [PYSIDE-1626] Coexistence of different feature
+ selections works now, especially for UIC files and inheritance.
+ - [PYSIDE-1112] shiboken6/Documentation: Add a link from code injection to type system variables
+ - [PYSIDE-1252] ApiExtractor: add classmethod attribute to add-function for tr()