summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-07-30 11:25:43 +0300
committerAntti Kokko <antti.kokko@qt.io>2019-08-02 13:08:44 +0300
commit81b39fbe9eb4dbfff34ff9c3e6017eea12bf76ce (patch)
treecce628059481f72ca8a99463aee7aa4ef72f2e65
parentc5d4f9b1a653a242b6231cbdea8ccfc751180beb (diff)
downloadqtwebchannel-5.13.1.tar.gz
Add changes file for Qt 5.13.1v5.13.15.13.1
+ 1466130070922a6cc55c2a5b724311780a394a13 Fix generic conversion of list-like values to JSON arrays + 7cb725d351d909675574a764fc19dd1f53d5c3e6 Bump version + b79562247f6dfe2ad26804c0eca891a529179dd0 Add changes file for Qt 5.12.4 + f119c0669bc261786e9151ec4b31f6cf1fd2e28b Doc: Minor text layout edits + dff2332c68e7c20676702648457f9d11f90cc93b Bump version + 8a610433fa26c2601d669b45e903566287923bec Bump version + 0b91813e2628b4cff00f76fe71bb5e46a68c4fa3 Doc: Replace example file lists with links to code.qt.io Change-Id: Id0fc8b3b95b7afe0424af241547b91fe51cb5a65 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.13.120
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.13.1 b/dist/changes-5.13.1
new file mode 100644
index 0000000..57ebdbe
--- /dev/null
+++ b/dist/changes-5.13.1
@@ -0,0 +1,20 @@
+Qt 5.13.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.13.0.
+
+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.
+
+ - This release contains only minor code improvements.