diff options
author | Antti Kokko <[email protected]> | 2019-10-14 10:28:55 +0300 |
---|---|---|
committer | Antti Kokko <[email protected]> | 2019-10-14 13:11:35 +0300 |
commit | 2746b310f89e99144fff2a07e945a02e8c51d3da (patch) | |
tree | 807344009eaaca6c2006b754aab00254dd1a3401 | |
parent | 68192639b19a1cde58cd2cc9c0a8055c6b739dd1 (diff) |
+ 57f656a964aa9fdeb966d14eddc39f62a989b86b Add changes file for Qt 5.12.5
+ ca79ed44d8c5cfa4270d5eca824a76cbcb5887fe Doc: Fix link to Qt for UWP docs
Change-Id: I77c350c6657e2b42a587c92f6f91429af81bc31c
Reviewed-by: Jani Heikkinen <[email protected]>
-rw-r--r-- | dist/changes-5.13.2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.13.2 b/dist/changes-5.13.2 new file mode 100644 index 0000000..e3bb833 --- /dev/null +++ b/dist/changes-5.13.2 @@ -0,0 +1,20 @@ +Qt 5.13.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.13.0 through 5.13.1. + +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. |