diff --git a/README b/README index 4cdd3a7e..ae0ec174 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ --------------------------- -Qt Data Visualization 5.7.0 +Qt Data Visualization 5.9.0 --------------------------- Qt Data Visualization module provides multiple graph types to visualize data in 3D space @@ -80,8 +80,6 @@ Known Issues - Anti-aliasing doesn't work with OpenGL ES2 (including Angle builds in Windows). - QCustom3DVolume items are not supported with OpenGL ES2 (including Angle builds in Windows). - Surfaces with non-straight rows and columns do not always render properly. -- Q3DLight class (and Light3D QML item) are currently not usable for anything. -- Changing most of Q3DScene properties affecting subviewports currently has no effect. - Widget based examples layout incorrectly in iOS. - Reparenting a graph to an item in another QQuickWindow is not supported. - Android builds of QML applications importing QtDataVisualization also require diff --git a/dist/changes-5.9.0 b/dist/changes-5.9.0 new file mode 100644 index 00000000..85dfb543 --- /dev/null +++ b/dist/changes-5.9.0 @@ -0,0 +1,8 @@ +Qt Data Visualization 5.9.0 + +Fixed issues +------------ + +- [QTRD-1803] Enable customer controlled light position +- [QTRD-1807] Customer can't set the primary and secondary viewports +- [QTRD-2116] Crash if OpenGL version is not high enough