aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2014-12-03 14:30:27 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-12-03 20:29:16 +0100
commit654231e3daefe9f53aeb3c923a8331854326664c (patch)
tree4a9d5f352b9c8ae680922e6aa2764245c015f70c
parent3d24906394049f34e471f300a87396255b523245 (diff)
Add changelog for Qt 5.4.0 releasev5.4.0
Change-Id: I6aa15e1423fa802fffac852bd81860f569bcf9fd Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
-rw-r--r--dist/changes-5.4.032
1 files changed, 32 insertions, 0 deletions
diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0
new file mode 100644
index 0000000..bf6ba87
--- /dev/null
+++ b/dist/changes-5.4.0
@@ -0,0 +1,32 @@
+Qt 5.4 introduces many new features and improvements as well as bugfixes
+over the 5.3.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+ http://qt-project.org/doc/qt-5.4
+
+The Qt version 5.4 series is binary compatible with the 5.3.x series.
+Applications compiled for 5.3 will continue to run with 5.4.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt-project.org/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QWinMime
+--------
+
+ - [QTBUG-39559] Added abstract class QWinMime (equivalent to WindowsMime
+ in Qt 4) for registering custom mime type conversions.
+
+QWinThumbnailToolBar
+--------------------
+
+ - [QTBUG-36730] Added pixmap properties and change notifications for
+ thumbnail icons and live preview.