summaryrefslogtreecommitdiff
path: root/dist/changes-5.7.0
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-06-11 18:58:15 +0200
committerLiang Qi <liang.qi@qt.io>2016-06-11 18:58:15 +0200
commit5fbb69b1cad02d58d48e4753e6d246e68fcc6fab (patch)
treef46679b33f3176abd15b71b0d83046a1a884fcb7 /dist/changes-5.7.0
parentf6639e64a98ebdebdee903e4f6ec4fea032f63a7 (diff)
parent63ac6874eeea037b4b8b1a450a938999fb4f31b8 (diff)
downloadqtserialport-5fbb69b1cad02d58d48e4753e6d246e68fcc6fab.tar.gz
Merge remote-tracking branch 'origin/5.7' into dev
Change-Id: I49f290620c04e95a962d36901137f458c9ce9578
Diffstat (limited to 'dist/changes-5.7.0')
-rw-r--r--dist/changes-5.7.023
1 files changed, 23 insertions, 0 deletions
diff --git a/dist/changes-5.7.0 b/dist/changes-5.7.0
new file mode 100644
index 0000000..27e9ddb
--- /dev/null
+++ b/dist/changes-5.7.0
@@ -0,0 +1,23 @@
+QtSerialPort 5.7 introduces a few 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 QtSerialPort 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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+- Started transition to use C++11 features.