aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:10 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-11-05 10:03:57 +0000
commit66b7fbaca4b323dce337e87e3093c8836577c561 (patch)
tree14159de6dc95ad93296c31d44ba4f716f6fc9031
parent9bbfab7facc78d0ba6b41794e6003fd4bcccff80 (diff)
Add changes file for Qt 5.15.2v5.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 <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--dist/changes-5.15.228
1 files changed, 28 insertions, 0 deletions
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.