aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelogs/changes-5.13.2
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-11-03 13:12:56 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-11 20:52:19 +0000
commitbe41b9af645a255080a8cd9b452426eab3edb278 (patch)
tree6acdb64bfc2a5b9145dab9ab5c55b7a68e1686d5 /doc/changelogs/changes-5.13.2
parent405514bb5eb65c1b5856a7d0f9e429b8ba057cee (diff)
Move changelog files from dist/ into doc/changelogs
While Qt repos use dist/ for changelogs, Python uses dist/ as the location for built wheels. Move the changelogs out of dist/ into a separate doc/changelogs directory and add dist to .gitignore. Change-Id: I0088459e0d94134e200396c5ca9ce41f82f863de Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 225bf1aaa5a17f8f3c2526f03a10223ea14de239) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'doc/changelogs/changes-5.13.2')
-rw-r--r--doc/changelogs/changes-5.13.237
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/changelogs/changes-5.13.2 b/doc/changelogs/changes-5.13.2
new file mode 100644
index 000000000..52edd7a46
--- /dev/null
+++ b/doc/changelogs/changes-5.13.2
@@ -0,0 +1,37 @@
+Qt for Python 5.13.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-785] Release ownership in QAbstractVideoFilterWrapper::createFilterRunnable
+ - [PYSIDE-820] Fix booleans and empty list cases in QSettings
+ - [PYSIDE-849] Add inject-code for QVideoFrame::bits()
+ - [PYSIDE-1007] Remove extra ref on QDataStream::setDevice
+ - [PYSIDE-1019] libpyside: Fix compiler warning
+ - [PYSIDE-1049] Split build instructions to build and packaging
+ - [PYSIDE-1051] Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7
+ - [PYSIDE-1089] Fix formatting of the deployment documentation
+ - [PYSIDE-1093] Fix bad shutdown effect on QApplication.instance()
+
+
+****************************************************************************
+* Shiboken2 *
+****************************************************************************
+
+ - [PYSIDE-1095] shiboken: Fix handling of modified default expressions
+
+