diff options
author | Antti Kokko <[email protected]> | 2017-08-28 09:55:54 +0300 |
---|---|---|
committer | Jani Heikkinen <[email protected]> | 2017-09-06 07:15:35 +0000 |
commit | 01ff5c0d5f937577cfd2391a43af4180f2a484bb (patch) | |
tree | c73324a8d377fad63d5f20bb3711024acdff5a00 | |
parent | e4016a67bbffefed71a407494e249e978d212b3d (diff) |
Add changes file for Qt 5.6.3
Task-number: QTBUG-62711
Change-Id: Ice9079dc3dae0ff1692a39d36fe89729093114c2
Reviewed-by: Christian Stromme <[email protected]>
-rw-r--r-- | dist/changes-5.6.3 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/changes-5.6.3 b/dist/changes-5.6.3 new file mode 100644 index 0000000..5ff64e2 --- /dev/null +++ b/dist/changes-5.6.3 @@ -0,0 +1,31 @@ +Qt 5.6.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.6.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + http://doc.qt.io/qt-5/index.html + +The Qt version 5.6 series is binary compatible with the 5.5.x series. +Applications compiled for 5.5 will continue to run with 5.6. + +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. + +**************************************************************************** +* Library * +**************************************************************************** + +General +------- + + - [QTBUG-54128] Fixed missing geometry update bug when a webview changed + ancestor (e.g. when pushing it onto a StackView). + + - [QTBUG-53839] Fixed issue with initial properties not being forwarded + to the WebEngine web view. |