summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-05-03 12:21:53 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2023-05-03 12:21:53 +0200
commitcdc4d8a0c694598fd4aa6ab484f562d99a094870 (patch)
treed1703a9fcc195366ebba1a469cce43fb4d400897 /changelogs
parent1f5f46e572cf7ffcd2ae4e90024349928719ba35 (diff)
parent03e717b06ed5c0864618e763f08f91d9fc94b733 (diff)
downloadqbs-cdc4d8a0c694598fd4aa6ab484f562d99a094870.tar.gz
Merge 2.0 into master
Change-Id: I521dd5baab4b4374f9221a163ba8e83531edf8bb
Diffstat (limited to 'changelogs')
-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