summaryrefslogtreecommitdiff
path: root/changelogs/changes-2.0.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changes-2.0.1.md')
-rw-r--r--changelogs/changes-2.0.1.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/changelogs/changes-2.0.1.md b/changelogs/changes-2.0.1.md
index 8213c9eed..0f1bf4973 100644
--- a/changelogs/changes-2.0.1.md
+++ b/changelogs/changes-2.0.1.md
@@ -1,8 +1,12 @@
+# C/C++ Support
+* Fixed building applications with mingw toolchain and Qt6 (QBS-1724).
+
# Apple Support
-* Added support for Xcode 14.3
+* Added support for Xcode 14.3.
+* Fixed codesigning on macOS (QBS-1722).
# Build System
-* Fixed qbsbuildconfig module
+* Fixed qbsbuildconfig module.
# Contributors
* Christian Kandeler