1Qt 5.10 introduces many new features and improvements as well as bugfixes
2over the 5.9.x series. For more details, refer to the online documentation
3included in this distribution. The documentation is also available online:
4
5http://doc.qt.io/qt-5/index.html
6
7The Qt version 5.10 series is binary compatible with the 5.9.x series.
8Applications compiled for 5.9 will continue to run with 5.10.
9
10Some of the changes listed in this file include issue tracking numbers
11corresponding to tasks in the Qt Bug Tracker:
12
13https://bugreports.qt.io/
14
15Each of these identifiers can be entered in the bug tracker to obtain more
16information about a particular change.
17
18****************************************************************************
19*                               Qt 5.10.0 Changes                           *
20****************************************************************************
21
22 - This release contains only minor code improvements.
23
24QtLocation
25----------
26
27 - Map:
28   * [QTBUG-55782] Added methods to add or remove MapItemViews at runtime.
29   * Visible region now returns a QGeoPolygon.
30
31 - MapGestureArea:
32   * Added rotation and tilt scroll wheel actions.
33
34 - MapPolyline:
35   * Added setPath overload taking a QGeoPath.
36
37 - MapboxGL:
38   * Updated Mapbox GL Native to v1.1.0.
39   * [QTBUG-62002] Updated map styles.
40   * [QTBUG-61442] Fix MapParameter dynamic usage.
41
42 - QDeclarativeGeoMap:
43   * Added setBearing overload to rotate the map around a given
44     QGeoCoordinate.
45   * Added alignCoordinateToPoint method to QDeclarativeGeoMap.
46
47 - QDeclarativeGeoMapType:
48   * [QTBUG-58931] Added CameraCapabilities and metadata properties to
49     QDeclarativeGeoMapType.
50
51 - QGeoRouteRequest/RouteQuery:
52   * Add TrafficFeature to the query features.
53
54QtPositioning
55-------------
56
57 - QGeoPath:
58   * Add ::size() to QGeoPath to retrieve the number of coordinates in the
59     path.
60
61 - QGeoPolygon:
62   * Added QGeoPolygon shape.
63