summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-04-20 00:35:20 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2023-04-22 12:58:11 +0000
commit6f65ccf9a0c35902b29100f3a813e0abd02f4384 (patch)
treeb47652f889a7f941987744f75a586ee1a23dbb77
parente002680feb415ee7d26e3a31d70afeef0d50dea2 (diff)
downloadqbs-6f65ccf9a0c35902b29100f3a813e0abd02f4384.tar.gz
Update changelog
Change-Id: Ib0ff20ea53c0ba3620338f7615ccd92f3e5fa82d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-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