From e8c6a0d470d31c8aab9c9a507605241d9b383cd0 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 15 Sep 2021 10:16:11 +0200 Subject: [PATCH] Update change log for 5.0.1 Change-Id: Ie2beddeee91bedcb505641f52433fb170d191789 Reviewed-by: Leena Miettinen --- dist/changes-5.0.1.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/changes-5.0.1.md b/dist/changes-5.0.1.md index d1954f43049..f33164bbc35 100644 --- a/dist/changes-5.0.1.md +++ b/dist/changes-5.0.1.md @@ -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)