summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-20 16:24:28 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-20 16:24:28 +0200
commit986ce4a02ba9b33b908cdbdc46e3ceda0e50b99f (patch)
treec3578b7dff7bfe8cc1f8f7fd1286c4d8d66fb59a
parentf119c0669bc261786e9151ec4b31f6cf1fd2e28b (diff)
parentb53a39becf7ef0c143e45a9a0becf111698c6f1e (diff)
downloadqtwebchannel-986ce4a02ba9b33b908cdbdc46e3ceda0e50b99f.tar.gz
Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"
-rw-r--r--dist/changes-5.13.023
1 files changed, 23 insertions, 0 deletions
diff --git a/dist/changes-5.13.0 b/dist/changes-5.13.0
new file mode 100644
index 0000000..045624d
--- /dev/null
+++ b/dist/changes-5.13.0
@@ -0,0 +1,23 @@
+Qt 5.13 introduces many new features and improvements as well as bugfixes
+over the 5.12.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.13 series is binary compatible with the 5.12.x series.
+Applications compiled for 5.12 will continue to run with 5.13.
+
+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-62388] Fix crash when wrapped objects are shared across multiple
+ transports.