From 66b7fbaca4b323dce337e87e3093c8836577c561 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Tue, 27 Oct 2020 10:02:10 +0200 Subject: Add changes file for Qt 5.15.2 - ac1dac7099c9552a60da3240134ddbd8bc4fe048 Add changes file for Qt 5.15.1 + d53af701d166dac56c910319db9eac4b9aa4538d Fix graphical effects on images with no dimensions + a3b37bffa4083eda2666f369cacdee69371b27d3 Bump version + 82859f6d41d741c43c4fd6c089526701028c9495 Add changes file for Qt 5.12.10 + 9bbfab7facc78d0ba6b41794e6003fd4bcccff80 Fix effects for dynamic source item updates Pick-to: dev 5.15 Change-Id: I676c065ad143baefaaac9d63a16835fbeeb4c061 Reviewed-by: Eskil Abrahamsen Blomfeldt --- dist/changes-5.15.2 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dist/changes-5.15.2 diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2 new file mode 100644 index 0000000..9ecea77 --- /dev/null +++ b/dist/changes-5.15.2 @@ -0,0 +1,28 @@ +Qt 5.15.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.15.1. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + https://doc.qt.io/qt-5.15/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. + +**************************************************************************** +* Important Behavior Changes * +**************************************************************************** + +**************************************************************************** +* Library * +**************************************************************************** + + - [QTBUG-86486] Fixed some effects turning black when source is empty. -- cgit v1.2.1