summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2016-04-26 14:44:49 +0200
committerMilian Wolff <milian.wolff@kdab.com>2016-04-27 09:08:50 +0000
commitdbc60f219e1a193831ac22c5f801692231331888 (patch)
treebd47b2fc1a124675b7e4424d6c9329a15d13b75c
parent64a106da72796377bbff5cce0ecc5a379b105498 (diff)
downloadqtwebchannel-dbc60f219e1a193831ac22c5f801692231331888.tar.gz
Add changes-5.6.0.
This was requested by Jani, even though only minor improvements have been made to Qt WebChannel. Change-Id: I601d6cc05711556d899b2459cba45f1b48d2aa3a Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
-rw-r--r--dist/changes-5.6.021
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/changes-5.6.0 b/dist/changes-5.6.0
new file mode 100644
index 0000000..2c298ca
--- /dev/null
+++ b/dist/changes-5.6.0
@@ -0,0 +1,21 @@
+Qt 5.6 introduces many new features and improvements as well as bugfixes
+over the 5.5.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.6
+
+The Qt version 5.6 series is binary compatible with the 5.5.x series.
+Applications compiled for 5.5 will continue to run with 5.6.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* General *
+****************************************************************************
+ - This release contains only minor improvements.