diff options
author | Antti Kokko <antti.kokko@qt.io> | 2020-10-27 10:02:11 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2020-10-30 10:42:22 +0000 |
commit | daedf29891225170d9bf4be182231ab399bba5a1 (patch) | |
tree | 31ebbe161d820fa60379cbd64d5114cb122e9a68 | |
parent | c8a0b90ca6f42610573c477a6350d27d09464e76 (diff) | |
download | qtquickcontrols-daedf29891225170d9bf4be182231ab399bba5a1.tar.gz |
Add changes file for Qt 5.15.2
- e82f39989e80dc541b6ad2bfa2ff6ca4679d1bf1 Add changes file for Qt 5.15.1
+ f20d5ba29e97b96c9aba39649b853a736986582a Bump version
+ fc0bbf8a78c19a71287c5f37a23d74b723fb35c0 Remove reference to an attached Accessible object for QtObject type
+ 8b05eb5e00051cadadd392ab3e731079fcd3d2fa Add changes file for Qt 5.12.10
Change-Id: Id496cc8d678ca6ff868a604a26bc8982b48e583b
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
(cherry picked from commit 7c29283041a50def3ceca7de4471f211c9b30d4e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r-- | dist/changes-5.15.2 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2 new file mode 100644 index 00000000..0aac9b73 --- /dev/null +++ b/dist/changes-5.15.2 @@ -0,0 +1,25 @@ +Qt 5.15.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.15.1. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + https://doc.qt.io/qt-5.15/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. + +**************************************************************************** +* Controls * +**************************************************************************** + + - [QTBUG-86315] Fixed warning messages for Accessible, TableViewColumn. + |