aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-04-17 10:05:39 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-04-27 09:13:07 +0000
commit455cddd68ff84ba54509bf7676f9b02bddb7d214 (patch)
tree8deb65f29d688e8dbf5b3d920ac740a57611aa2f
parentb200d03464589d5869e80a0aadff22cc39ea8ac2 (diff)
Add changes file for Qt 5.15.0v5.15.0-rc2v5.15.0-rc1v5.15.0
+ 9ee2af5485f02cbd4cd88cc02ab147f830007a71 Bump version + a55cae70165206bd2a04306291fb3442968b69c3 Fix notification example crashing + fe69fb5371b193288fcb1b38d70c9fd4ac4fd74a Introduce new example JNI Messenger + 934bb1fba36ba9272a99be87bde72daf31de37d5 Fix icon name typo in NotificationClient.java + 645acc14632f39b3adcc4312d7d1cf8ff915c8c3 Fix wrong section in jnimessenger docs + b200d03464589d5869e80a0aadff22cc39ea8ac2 Add \brief tags to classes Change-Id: I9c0c68e8014ee81c498965bf1a2b6b380f5aaba0 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
-rw-r--r--dist/changes-5.15.020
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0
new file mode 100644
index 0000000..2aad19b
--- /dev/null
+++ b/dist/changes-5.15.0
@@ -0,0 +1,20 @@
+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 a new example: Qt JNI Messenger.
+
+ - Minor code improvements.