aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-05-06 11:15:22 +0200
committerCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-05-11 13:43:43 +0200
commite548f91ed5f6e030498a8dd1d8bb75f560ae20a1 (patch)
tree5cd75ea6c086cf9fb5d0cfd43183c738ca5a46b3
parent835663f6f43525d67c86ac1cc4dd22f7bd845e51 (diff)
doc: amend the changes for 6.1 due to found issues
Pick-to: 6.1 6.1.0 Change-Id: I9d6a8be170c4e72d9f6e1e833c29141756e26d82 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-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.