1Qt 5.13 introduces many new features and improvements as well as bugfixes
2over the 5.12.x series. For more details, refer to the online documentation
3included in this distribution. The documentation is also available online:
4
5https://doc.qt.io/qt-5/index.html
6
7The Qt version 5.13 series is binary compatible with the 5.12.x series.
8Applications compiled for 5.12 will continue to run with 5.13.
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*                                QtLocation                                *
20****************************************************************************
21
22 - Added a GeoJSON parser which can be used to annotate maps with tracks,
23   polygonal boundaries, etc.
24 - GeoJSON returned in Nominatim queries is now converted into the corresponding
25   geoshapes using QGeoJson.
26 - GeoJSON returned in Nominatim queries is now converted into the corresponding
27   geoshapes using QGeoJson.
28 - Introduced Qt.labs.location QtLocationLabs singleton type, offering tech-preview
29   map related API.
30 - Added departure time attribute to route queries.
31 - Introduced QGeoMapObject::geoShape property.
32 - Additional navigation information now exposed via Navigator.
33 - Fixed crash when removing items from MapboxGL maps.
34 - Renamed MapIconObject.size to MapIconObject.iconSize.
35 - Added Map.fitViewportToGeoShape(shape, margins).
36 - Added Navigator currentRouteLeg property.
37 - Introduced extendedAttributes property to Geo Location types.
38 - Introduced extendedAttributes property to Geo Routes types.
39
40****************************************************************************
41*                                QtPositioning                             *
42****************************************************************************
43
44- Added holes support to QGeoPolygon, currently rendered only when using the
45  MapboxGL backend.
46
47