diff options
author | Antti Kokko <antti.kokko@qt.io> | 2019-11-29 09:11:06 +0200 |
---|---|---|
committer | Antti Kokko <antti.kokko@qt.io> | 2019-12-02 12:51:00 +0200 |
commit | 5a09643383db7bb3c7acab63b4cbbda46877ccf0 (patch) | |
tree | 9a82354d4a8cbd097dc94a5f542055487628d4a1 | |
parent | a4d8f8b6679a9ce6d045703b2a0ccb56ae9b4c91 (diff) |
-rw-r--r-- | dist/changes-5.9.9 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.9.9 b/dist/changes-5.9.9 new file mode 100644 index 00000000..0c0a675d --- /dev/null +++ b/dist/changes-5.9.9 @@ -0,0 +1,20 @@ +Qt 5.9.9 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0 through 5.9.8. + +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.9 series is binary compatible with the 5.8.x series. +Applications compiled for 5.8 will continue to run with 5.9. + +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. |