From f4601353aa9a14eacfc83e1ca650ae5b6c21283a Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Mon, 24 Aug 2020 12:20:53 +0300 Subject: Add changes file for Qt 5.15.1 + b8fde373709585685125d3f417b3d646746d3236 Bump version + 615ff28f6fe9083b29df9ca3fa0d123817944e0c Add missing rate() method in java class + f02333202ab28282b4f5393e656ad83ba43ef6a0 Use nullptr instead of 0 in example + b138b48ca54d0cb6abbd4437300c2237e259108f Wrong tts language parsing on some Android devices Pick-to: dev 5.15 Change-Id: I886e6859dc12831f4ed998184dc53a6a0ca322b7 Reviewed-by: Paul Wicking --- dist/changes-5.15.1 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dist/changes-5.15.1 diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1 new file mode 100644 index 0000000..332ee9d --- /dev/null +++ b/dist/changes-5.15.1 @@ -0,0 +1,20 @@ +Qt 5.15.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.15.0. + +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. -- cgit v1.2.3