aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.