summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-05-05 19:59:50 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2023-05-06 05:42:37 +0000
commitc0d45d2edd56e299d5a4a7a8303a42b4c8ee9fbd (patch)
tree397ed43caf3e4321f3db2fa9ecb51474303b68a1
parent0692b593d831e8ca84b44c1e102ed40781b1b05b (diff)
downloadqbs-c0d45d2edd56e299d5a4a7a8303a42b4c8ee9fbd.tar.gz
Update changelog
Change-Id: Ie0f066ae6caddf2643f5b1696eab37fe2d5088e7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--changelogs/changes-2.0.1.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/changelogs/changes-2.0.1.md b/changelogs/changes-2.0.1.md
index 0f1bf4973..7f28b3e55 100644
--- a/changelogs/changes-2.0.1.md
+++ b/changelogs/changes-2.0.1.md
@@ -1,13 +1,27 @@
+# General
+* Fixed crash when importing missing JavaScript file (QBS-1730).
+
# C/C++ Support
* Fixed building applications with mingw toolchain and Qt6 (QBS-1724).
# Apple Support
* Added support for Xcode 14.3.
* Fixed codesigning on macOS (QBS-1722).
+* Fixed detecting Xcode via xcode-select tool.
+
+# Qt Support
+* Fixed support for Qt 6.3 on iOS.
+* Fixed install-qt.sh to properly support Qt for iOS.
+* Do not setup Qt in qbspkgconfig when cross compiling (QBS-1717).
# Build System
* Fixed qbsbuildconfig module.
+* Fixed build with Qt6.5.
+* Updated CI to test via Qt 6.5 on macOS and Windows.
+* Updated CI to test via Xcode 14.2 on macOS.
# Contributors
+* Björn Schäpers
* Christian Kandeler
* Ivan Komissarov
+* Kai Dohmen