From 455cddd68ff84ba54509bf7676f9b02bddb7d214 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Fri, 17 Apr 2020 10:05:39 +0300 Subject: Add changes file for Qt 5.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 --- dist/changes-5.15.0 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dist/changes-5.15.0 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. -- cgit v1.2.3