summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-04-17 10:05:37 +0300
committerAntti Kokko <antti.kokko@qt.io>2020-04-24 11:46:57 +0300
commit9bfff1b4d1953d4e0bac3161a7e3b36756fed38c (patch)
treec043a2afdc6322144602d5f2246da19bb43f0f0c
parent17e9d5e9c3cdb0ae94f9db332f14f82201e26216 (diff)
downloadqtdoc-9bfff1b4d1953d4e0bac3161a7e3b36756fed38c.tar.gz
Add changes file for Qt 5.15.0
+ f0c97814bd1cd33cdbe013584599733850cb008b Bump version + cf2ca6dcc3de5d28a865ff5a4e6324526de63650 Update the Qt Quick Compiler docs with regards to resource handling + 58c17ea6a79d682da976815901830839ddc9cec0 Use networkError instead of error + ea11d049ab497bbaa78a2cecbc0f028433847058 Revert "Use networkError instead of error" + 49591c453fea8bb7f1f80d815496aa57620add53 Demos: request Android storage permissions when using QStandardPaths + 1c2369121e1c2a3b81c14ddb1fdd38061289abae Use Qt::SplitBehavior in preference to QString::SplitBehavior + 490c55ff10b9002da4bdabf0c331a8ffbde5a245 Remove the comment about building MySQL and clarify doc + d17f1b97c1a78ab7bd7aedf2dd31bd1f004981bd Doc: Remove \contentspage commands + 0c1a0fd13c86f774ba42346a74b498626abfc6b2 Record 5.15's updates to UCD and the public suffix list + dcfe75ec675683f62ed36dfb5fa15ecc92ff7b0c Update the supported platforms documentation re Visual Studio 2019 + 9dbfb42c2176d6790c1be516df220426e35aa179 Doc: Remove incomplete list of development tools + 7634e39bccf807fad270fa95a7d55a70d1cb3839 WASM: Do not recommend --embedded option for emsdk + 5f047a357399e1bf88ff4678a10e04dfd337a5a3 Document minimum emsdk version for Qt 5.15 + a86bcb6bc3b3a2cdbed07befe98d967968f638fe Improve IPC documentation + d9b39705b08defd13ba351644666da0ecf5e6189 Android: move and re-organize android docs to separate platforms/android + 5cec5e99f391918c189d501e94523c3f1b5d3c73 Add chromium updates for 5.14 and 5.15 Change-Id: I7279d5fd014ad3c96b3d453a46492f965bc710ce Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--dist/changes-5.15.018
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0
new file mode 100644
index 00000000..40076ce8
--- /dev/null
+++ b/dist/changes-5.15.0
@@ -0,0 +1,18 @@
+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.
+
+ - This release contains only minor code improvements.