Update change log for 5.0.1

Change-Id: Ie2beddeee91bedcb505641f52433fb170d191789
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2021-09-15 10:16:11 +02:00
parent 0f58258e04
commit e8c6a0d470

View File

@@ -22,6 +22,7 @@ Editing
* Fixed freeze with imports that don't specify minor version
(QTCREATORBUG-26178, QTCREATORBUG-26216)
* Fixed crash when using inline components (QTCREATORBUG-26151)
### Language Client
@@ -76,6 +77,7 @@ Test Integration
### Qt Quick
* Fixed unnecessary updates of QML code model
* Fixed wizard for Google Test with CMake (QTCREATORBUG-26253)
### CTest
@@ -93,6 +95,10 @@ Platforms
* Fixed cleaning up of old auto-generated Android kits
* Fixed minimum SDK level for CMake projects (QTCREATORBUG-26127)
### iOS
* Fixed initial CMake parameters for iOS device builds
### Web Assembly
* Fixed detection of emscripten compilers (QTCREATORBUG-26199)