1Qt 5.12.5 is a bug-fix release. It maintains both forward and backward
2compatibility (source and binary) with Qt 5.12.0 through 5.12.4.
3
4For more details, refer to the online documentation included in this
5distribution. The documentation is also available online:
6
7https://doc.qt.io/qt-5/index.html
8
9The Qt version 5.12 series is binary compatible with the 5.11.x series.
10Applications compiled for 5.11 will continue to run with 5.12.
11
12Some of the changes listed in this file include issue tracking numbers
13corresponding to tasks in the Qt Bug Tracker:
14
15https://bugreports.qt.io/
16
17Each of these identifiers can be entered in the bug tracker to obtain more
18information about a particular change.
19
20****************************************************************************
21*                              Qt 5.12.5 Changes                           *
22****************************************************************************
23
24QtBluetooth
25-----------
26
27 - [QTBUG-76847] Fixed ambiguous type conversions on Apple platforms.
28
29 - [QTBUG-75089] Removed attempt to delete nullptr on WinRT when calling
30   QBluetoothDeviceDiscoveryAgent::stop().
31
32 - [QTBUG-76565] Reverted handling of PAIRING_VARIANT_PIN by
33   QBluetoothLocalDevice on Android.
34
35 - [QTBUG-62520] Improved documentation covering platform limitations on WinRT.
36
37 - Fixed QLowEnergyAdvertisingData::setManufacturerData() on Android. Previously a wrong
38   JNI signature prevented setting the data.
39