diff options
author | Ivan Komissarov <abbapoh@gmail.com> | 2023-04-20 00:35:20 +0300 |
---|---|---|
committer | Ivan Komissarov <ABBAPOH@gmail.com> | 2023-04-22 12:58:11 +0000 |
commit | 6f65ccf9a0c35902b29100f3a813e0abd02f4384 (patch) | |
tree | b47652f889a7f941987744f75a586ee1a23dbb77 /changelogs | |
parent | e002680feb415ee7d26e3a31d70afeef0d50dea2 (diff) | |
download | qbs-6f65ccf9a0c35902b29100f3a813e0abd02f4384.tar.gz |
Update changelog
Change-Id: Ib0ff20ea53c0ba3620338f7615ccd92f3e5fa82d
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changes-2.0.1.md | 8 |
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 |