aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-05-06 11:15:22 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-05-11 13:54:10 +0000
commit71dc42752762f91588df9c180d98614f27e4c10e (patch)
treeb1f29d3c6e0d53e417412ed786a43ad0af3ea87a
parent3cb925bc0f0dcc1c3adb0d85ba15c2abf5b8c0e8 (diff)
doc: amend the changes for 6.1 due to found issues
Change-Id: I9d6a8be170c4e72d9f6e1e833c29141756e26d82 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit e548f91ed5f6e030498a8dd1d8bb75f560ae20a1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--dist/changes-6.1.05
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/changes-6.1.0 b/dist/changes-6.1.0
index 3278519e2..bf74218c6 100644
--- a/dist/changes-6.1.0
+++ b/dist/changes-6.1.0
@@ -27,12 +27,14 @@ information about a particular change.
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.
+ custom widgets in Python. (Experimental Support)
- [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.
+ (Experimental support depending on option
+ --pyside-numpy-support to setup.py)
- [PYSIDE-1520] Implicit C++ conversions generated by shiboken are now
reflected as typing.Union[].
- [PYSIDE-1523] Nuitka: Allow for compiled functions and methods, too.
@@ -43,5 +45,6 @@ information about a particular change.
- [PYSIDE-504] --avoid-protected-hack can now be used with gcc, clang
as well.
+ - [PYSIDE-1338] Add option to use global headers
- [PYSIDE-1477] clang options can now be specified using command line
options or project files, allowing for cross-compiling.