aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-2.0.2.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changes-2.0.2.md')
-rw-r--r--changelogs/changes-2.0.2.md12
1 files changed, 12 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..cec220db4
--- /dev/null
+++ b/changelogs/changes-2.0.2.md
@@ -0,0 +1,12 @@
+# 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).
+* Fixed support for static plugins and Qt >= 6.5 (QBS-1732).
+
+# Contributors
+* Christian Kandeler
+* Ivan Komissarov
+* Leon Buckel