summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-06-01 13:22:11 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-06-02 17:21:19 +0000
commitbd5533b250ae4fb6a144fda69ead425740c61017 (patch)
tree2bdfb94db74510c1d94747a74d11152f234d79f4
parent75c0cf94790c95b86657f2d455d706c5c3800ec5 (diff)
Add changelog for Qt 5.5.0 releasev5.5.0-rc1
Change-Id: I4f9beb32feff7e177b69fe2c2f058992ce095f86 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-rw-r--r--dist/changes-5.5.022
1 files changed, 22 insertions, 0 deletions
diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0
new file mode 100644
index 0000000..9d1c25d
--- /dev/null
+++ b/dist/changes-5.5.0
@@ -0,0 +1,22 @@
+Qt 5.5 introduces many new features and improvements as well as bugfixes
+over the 5.4.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+ http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.5 series is binary compatible with the 5.4.x series.
+Applications compiled for 5.5 will continue to run with 5.5.
+
+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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+ - [QTBUG-45022] Enabled QAxScript on MinGW.