summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 8974196f..c4d1146b 100644
--- a/README
+++ b/README
@@ -67,11 +67,14 @@ can also be generated with:
Main Changes between 1.0.0 and 1.1.0
===================================
- Versions 1.0.0 and 1.1.0 are not binary or source compatible. We are sorry about this.
+- ValuesAxis renamed to ValueAxis
+- QAbstractAxis::arrowVisible and other related methods were renamed to
+ QAbstractSeries::lineVisible
+- QChart::margins was replaced with QChart::minimumMargins
+- BarCategoriesAxis renamed to BarCategoryAxis
- Horizontal bar series has been added
- New axis types: DateTimeAxis and CategoryAxis
- PieSeries now supports drawing as a donut
-- ValuesAxis renamed to ValueAxis
-- BarCategoriesAxis renamed to BarCategoryAxis
- Drawing performance of LineSeries has been improved
- New data replacament method with better performance implemented in XYSeries
- It is now possible to take PieSlices/BarSets back from the series without deleting