aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-09-15 10:16:11 +0200
committerEike Ziller <eike.ziller@qt.io>2021-09-15 08:17:49 +0000
commite8c6a0d470d31c8aab9c9a507605241d9b383cd0 (patch)
tree89722532ab4fe6d840a5fd3ec71980ab75bb588a /dist
parent0f58258e04c841789a0965a6d97a6862b3d7679d (diff)
Update change log for 5.0.1
Change-Id: Ie2beddeee91bedcb505641f52433fb170d191789 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-5.0.1.md b/dist/changes-5.0.1.md
index d1954f4304..f33164bbc3 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)