summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-04-17 10:05:38 +0300
committerChristian Strømme <christian.stromme@qt.io>2020-04-23 06:28:17 +0200
commitd2e2dbeaf681a5a1b79808e1ed982ae6e4563ae4 (patch)
tree84c6ed2e2937df3dff2a6c37d9f7a0483602c592
parent6e84d7a8cddde19aa2c752e7dacf4bc8f78eefbb (diff)
Add changes file for Qt 5.15.0v5.15.0-rc2v5.15.0-rc1v5.15.0
+ 64f9899781446d73e6ccc42021d4efbd8d1feb85 Bump version + cf1fbfea745c510986776965e7f3ffe7c9d65018 Fix visibility regression when using offscreen window in qquickwidget + df93624cc31e9da29532eed1d86c9f172575355a Set the httpUserAgent after the component has been completed + d47cad5ca5c3788fedc0a53930e47efb869f9315 Fix WebView::initialize() call order Change-Id: Ic0770117059a8da445cf615f8e1ce516b2b479b9 Reviewed-by: Christian Strømme <christian.stromme@qt.io>
-rw-r--r--dist/changes-5.15.026
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0
new file mode 100644
index 0000000..f3d429c
--- /dev/null
+++ b/dist/changes-5.15.0
@@ -0,0 +1,26 @@
+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.
+
+****************************************************************************
+* Qt 5.15.0 Changes *
+****************************************************************************
+
+ - [QTBUG-79213] Fixed visibility updates when the WebView is placed inside
+ a QQuickWidget.
+ - [QTBUG-82778] The initial httpUserAgent property will now be correctly set.
+ - [QTBUG-80912] Fixed the initialize() documentation and usage
+ to be consistent with QtWebEngine.