summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-26 12:56:31 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-26 12:56:32 +0100
commit8cc9153f413c36d505794adfaca4f4724692fa81 (patch)
tree02eb0a3d2b9c44b8f0d4139e8e9fa3e58b7338e7 /dist
parentbf66a8531e0ada3ade7e873bc3fae824237acd3e (diff)
parentc3787add37a77efe18e78549e51ff904f07a75f0 (diff)
downloadqtwebchannel-8cc9153f413c36d505794adfaca4f4724692fa81.tar.gz
Merge remote-tracking branch 'origin/5.7' into 5.8
Change-Id: I09a494a9b94ce169d60e77f4bffa8845db01293a
Diffstat (limited to 'dist')
-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.