summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-24 11:49:40 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-24 11:49:40 +0100
commit546cb80c0237e7dad42ec8ea21c21528bbabe41c (patch)
treed7b5c465ac7290ebaade604e460e0e5c7c1eb92f
parent0dd530806d1b1fdc9fe37a6ba5341cdc658cc66d (diff)
parent31eb0d8c7d78fe60dbad94091a56e97b4fcaa52b (diff)
downloadqtwebchannel-546cb80c0237e7dad42ec8ea21c21528bbabe41c.tar.gz
Merge remote-tracking branch 'origin/5.7.1' into 5.7
Change-Id: I5a2028d705c3ba57c9bd770286ae6aa3d24a9513
-rw-r--r--dist/changes-5.7.127
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.7.1 b/dist/changes-5.7.1
new file mode 100644
index 0000000..aeada2a
--- /dev/null
+++ b/dist/changes-5.7.1
@@ -0,0 +1,27 @@
+Qt 5.7.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.7.0.
+
+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.
+
+****************************************************************************
+* General *
+****************************************************************************
+
+ - [QTBUG-48198] C++ functions taking arguments of type QJsonValue,
+ QJsonArray or QJsonObject can now be called via the Qt WebChannel.
+ - [QTBUG-48198] QObject properties of type QJsonValue, QJsonArray or
+ QJsonObject can now be set via the Qt WebChannel.