aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-27 10:13:10 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-05-11 13:39:10 +0000
commit42344a4b21b95bce913d60267d554ac17e120af1 (patch)
tree730d68e73f106e8500f9ba8bd9940edbd00814de /dist
parent0c70872a81aab39465606ab37333caf55064482a (diff)
Add changelog for 5.7
Change-Id: I9885d5a75d21d3892771d3277d78804ab734b93a Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.7.026
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.7.0 b/dist/changes-5.7.0
new file mode 100644
index 00000000..bcd8a318
--- /dev/null
+++ b/dist/changes-5.7.0
@@ -0,0 +1,26 @@
+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/index.html
+
+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:
+
+ https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Important Changes *
+****************************************************************************
+
+ - Renamed QML import from
+ "import QtQuick.Enterprise.VirtualKeyboard" to
+ "import QtQuick.VirtualKeyboard", as the module is now also available
+ under the open-source GPLv3 license.
+