summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@theqtcompany.com>2016-05-23 12:53:23 +0300
committerAntti Kokko <antti.kokko@qt.io>2016-05-24 05:45:40 +0000
commit0a6313018cbd4c78b1e959236bd96c62d5d59c1c (patch)
treed5cc70781eb6d83050b5ab744613ebfabd4fac5e
parent5110f89b2bb1ca22b9f2bd254287696636082332 (diff)
Add changelog for Qt 5.7.0v5.7.0-rc1
Change-Id: I74babd844ac5658255e25d6d139c21acfa98a1bb Reviewed-by: Antti Kokko <antti.kokko@qt.io>
-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 00000000..27e9ddb2
--- /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.