summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2016-04-26 14:43:52 +0200
committerMilian Wolff <milian.wolff@kdab.com>2016-05-12 14:54:52 +0000
commitb025372d8b59b0080e1aa1d43b28da2c5544d30c (patch)
treefc82ef80c72bf54865dda938ab4b972add2a86a1
parenta2c3b32d08ed24279609a8c01b09c1147a9ff6b9 (diff)
downloadqtwebchannel-b025372d8b59b0080e1aa1d43b28da2c5544d30c.tar.gz
Add changes-5.7.0.
This was requested by Jani, even though only minor improvements have been made to Qt WebChannel. Change-Id: Idf8f98bfa1450bfbc5e5442a11b11c2381894d0e Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--dist/changes-5.7.021
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/changes-5.7.0 b/dist/changes-5.7.0
new file mode 100644
index 0000000..40ce280
--- /dev/null
+++ b/dist/changes-5.7.0
@@ -0,0 +1,21 @@
+Qt 5.7 introduces many new features and improvements as well as bugfixes
+over the 5.6.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.7
+
+The Qt version 5.7 series is binary compatible with the 5.6.x series.
+Applications compiled for 5.6 will continue to run with 5.7.
+
+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.