aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-05-22 13:01:41 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2023-05-22 11:27:31 +0000
commitdc4da2ef8aaf63ab837da0aa7689a5b18e34ace8 (patch)
tree6166bec2a166fe16b24db30dcfd8645334e313f2 /changelogs
parent610508fcbf95b16567a17f53fd370f9b0ae3505b (diff)
Add change log for 2.0.2
Change-Id: Id87a290ab42eb94b9846ea53167d5085d77649b4 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-2.0.2.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/changelogs/changes-2.0.2.md b/changelogs/changes-2.0.2.md
new file mode 100644
index 000000000..e848c2b40
--- /dev/null
+++ b/changelogs/changes-2.0.2.md
@@ -0,0 +1,11 @@
+# General
+* Fixed handling of non-string exceptions (QBS-1734).
+* Fixed Utilities.versionCompare() for four-segment versions numbers (QBS-1733).
+
+# Qt Support
+* Added special handling for unclean paths in prl files (QBS-1732).
+
+# Contributors
+* Christian Kandeler
+* Ivan Komissarov
+* Leon Buckel