summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-06-05 07:31:29 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-06-05 07:32:29 +0300
commit2620998f56548b1c5f12f660078f9ea6a2fc3912 (patch)
treea482d26fea918ec8b9637be64a9bc3834cd33fdf
parent3eb656382e43fbd8cec36c801ec5eefd5efdcd77 (diff)
Binary break info added to docs and README
Task-number: QTRD-3150 Change-Id: I99272555dc7e02e54037289ccbef1f2c56a8ee61 Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
-rw-r--r--README4
-rw-r--r--src/datavisualization/doc/src/qtdatavisualization.qdoc4
2 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 83497ffb..da0715d0 100644
--- a/README
+++ b/README
@@ -84,3 +84,7 @@ Known Issues
- The color style Q3DTheme::ColorStyleObjectGradient doesn't work for surface graphs.
- Widget based examples layout incorrectly in iOS.
- Reparenting a graph to an item in another QQuickWindow is not supported.
+- There is a low-impact binary break between 1.0 and 1.1. The break is due to a QML type
+ registration conflict with QAbstractItemModel between QtDataVisualization and
+ QtCommercial.Charts. Introducing the binary break makes it possible to use both
+ Charts and Data Visualization in the same QML application.
diff --git a/src/datavisualization/doc/src/qtdatavisualization.qdoc b/src/datavisualization/doc/src/qtdatavisualization.qdoc
index afe15a9a..af419814 100644
--- a/src/datavisualization/doc/src/qtdatavisualization.qdoc
+++ b/src/datavisualization/doc/src/qtdatavisualization.qdoc
@@ -333,6 +333,10 @@
\li The color style Q3DTheme::ColorStyleObjectGradient doesn't work for surface graphs.
\li Widget based examples layout incorrectly in iOS.
\li Reparenting a graph to an item in another QQuickWindow is not supported.
+ \li There is a low-impact binary break between 1.0 and 1.1. The break is due to a QML type
+ registration conflict with QAbstractItemModel between QtDataVisualization and
+ QtCommercial.Charts. Introducing the binary break makes it possible to use both
+ Charts and Data Visualization in the same QML application.
\endlist
*/