aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-05-03 16:59:43 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-05-04 11:23:24 +0200
commitef59efdeb664a4459b3a6003e839c2cd88fbd152 (patch)
tree3874899d66364f7ccc11c8dfb71610279f6eb466 /dist
parent39ba36db0fb8a3c722cb23e02f38abab9c67592c (diff)
Add changelog for 6.1
Pick-to: 6.1 Change-Id: Id4060de857a6f7a3dc0ae424e1fcade1c3bb0f27 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-6.1.047
1 files changed, 47 insertions, 0 deletions
diff --git a/dist/changes-6.1.0 b/dist/changes-6.1.0
new file mode 100644
index 000000000..3278519e2
--- /dev/null
+++ b/dist/changes-6.1.0
@@ -0,0 +1,47 @@
+Qt for Python 6.1.0 is a minor 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 *
+****************************************************************************
+
+ * QtOpenGLFunctions have been moved into QtOpenGL.
+ * Examples habe been improve: brush up, use snake_case, add new ones, etc
+ - [PYSIDE-535] PyPy-compatibility was improved by: Avoid the
+ __builtins__ quirk and import builtins, instead
+ - [PYSIDE-1019] Confusing import error messages causes by feature-import
+ have been fixed.
+ - [PYSIDE-1425] The broken encoding of QCoreApplication.arguments() on
+ Windows has been fixed.
+ - [PYSIDE-1455] Bindings for the Qt Designer libraries have been added
+ - [PYSIDE-1455] A Qt Designer plugin has been added, allowing for creating
+ custom widgets in Python.
+ - [PYSIDE-1482] Active Qt, QtCharts, QtDataVisualization and QStateMachine
+ have been re-added. The namespaces from QtCharts and
+ QtDataVisualization have been removed.
+ - [PYSIDE-1503] Overloads using numpy-arrays of x,y data have
+ been added to functions taking lists of QPointF.
+ - [PYSIDE-1520] Implicit C++ conversions generated by shiboken are now
+ reflected as typing.Union[].
+ - [PYSIDE-1523] Nuitka: Allow for compiled functions and methods, too.
+
+****************************************************************************
+* Shiboken6 *
+****************************************************************************
+
+ - [PYSIDE-504] --avoid-protected-hack can now be used with gcc, clang
+ as well.
+ - [PYSIDE-1477] clang options can now be specified using command line
+ options or project files, allowing for cross-compiling.