summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2017-05-05 10:33:59 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2017-05-09 11:02:11 +0000
commit488ae43cb4ea777ad3ed853404e4b0cfe88b1cd3 (patch)
treed4eb26d3759261eea23c91a1accb82c1a4bb1018 /dist
parentb7ded4e4216987d28be92cf8309a38c6dc18961b (diff)
Add changes file for 5.9.0
Listing important changes and bug-fixes. Change-Id: Ia9a95ddde0633cf3fa2ed015af44d84121a64063 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.9.034
1 files changed, 34 insertions, 0 deletions
diff --git a/dist/changes-5.9.0 b/dist/changes-5.9.0
new file mode 100644
index 00000000..3e86e82d
--- /dev/null
+++ b/dist/changes-5.9.0
@@ -0,0 +1,34 @@
+Qt 5.9 introduces many new features and improvements as well as bugfixes
+over the 5.8.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+New features
+------------
+- [QTBUG-50682] Added a possibility to change legend marker shape
+- [QTBUG-52379] Added support for more than one bar series
+- [QTBUG-51612] Added minor ticks support for QLogValueAxis
+
+Fixed issues
+------------
+- [QTBUG-52442] Optimized barcharts painting
+- [QTBUG-56238] Removed 200x200 minimum size from chart
+- [QTBUG-57328] Fixed crash when log axis range is initialized to contain no ticks
+- [QTBUG-57351] Fixed domain ranges when attaching new axis that changes domain type
+- [QTBUG-59835] Fixed some series blocking mouse events from series items
+- Fixed reversing logarithmic y axis
+- Fixed crash when animating axes with polar charts
+- Fixed some issues with syncing item and series visibility
+