Add changes file for Qt 5.15.0

+ 80d2bdc236 Bump version
+ f00c3c2ef6 Avoid initializing QFlags with 0 or nullptr
+ 6124b900d9 Add support for reading BigTIFF
+ 5a1a12b0e1 Remove overrides of QImageIOHandler::name()
+ 45045a1097 Update bundled libwebp to version 1.1.0
+ 7625a06bd7 winrt: Enable webp for winrt arm configurations

Change-Id: I370af0266acc802ee14e9bd7bcf750d48e26fff1
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
This commit is contained in:
Antti Kokko 2020-04-17 10:05:37 +03:00
parent 7625a06bd7
commit 2ced5888e6
1 changed files with 28 additions and 0 deletions

28
dist/changes-5.15.0 vendored Normal file
View File

@ -0,0 +1,28 @@
Qt 5.15 introduces many new features and improvements as well as bugfixes
over the 5.14.x series. For more details, refer to the online documentation
included in this distribution. The documentation is also available online:
https://doc.qt.io/qt-5/index.html
The Qt version 5.15 series is binary compatible with the 5.14.x series.
Applications compiled for 5.14 will continue to run with 5.15.
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.
****************************************************************************
* TIFF *
****************************************************************************
- Add support for reading BigTIFF
****************************************************************************
* Third-Party Code *
****************************************************************************
- Update bundled libwebp to version 1.1.0