1Qt 5.4 introduces many new features and improvements as well as bugfixes
2over the 5.3.x series. For more details, refer to the online documentation
3included in this distribution. The documentation is also available online:
4
5  http://qt-project.org/doc/qt-5.4
6
7The Qt version 5.4 series is binary compatible with the 5.3.x series.
8Applications compiled for 5.3 will continue to run with 5.4.
9
10Some of the changes listed in this file include issue tracking numbers
11corresponding to tasks in the Qt Bug Tracker:
12
13  http://bugreports.qt-project.org/
14
15Each of these identifiers can be entered in the bug tracker to obtain more
16information about a particular change.
17
18****************************************************************************
19*                          Library                                         *
20****************************************************************************
21
22QtPositioning
23-------------
24
25 - Position:
26   * [QTBUG-39547] Added magneticVariation and magneticVariationValid
27     property to the QML Position type.
28
29 - General:
30   * Weatherinfo end Flickr example improved.
31
32 - QGeoCircle:
33   * [QTBUG-41447] Fixed contains() when rounding errors occur
34
35 - QGeoCoordinate:
36   * [QTBUG-41739] Fixed toString() output in cases when rounding
37     of longitude/latitude is necessary.
38
39****************************************************************************
40*                      Platform Specific Changes                           *
41****************************************************************************
42
43Android
44-------
45
46 - [QTBUG-41873] Fixed wrong initialization of QGeoPositionInfoSource::error()
47   after class instantiation.
48
49iOS
50---
51
52 - [QTBUG-41827] Fixed position retrieval on iOS 8. This was required due
53   to the new authorization scheme in CLLocationManager.
54
55