From c5a38b2f95ac93b09a0d04d4cc9e517c5985514c Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Thu, 15 Jun 2023 12:31:50 +0200 Subject: [PATCH] They were part of the blog announcement https://www.qt.io/blog/qt-creator-11-cmake-update but not in the changelog. Change-Id: I1c47f0eeb986b5abebfdbc35a421b45b996f77c3 Reviewed-by: Leena Miettinen Reviewed-by: Eike Ziller --- dist/changelog/changes-11.0.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/changelog/changes-11.0.0.md b/dist/changelog/changes-11.0.0.md index a9811dbeafd..8c60f152ae5 100644 --- a/dist/changelog/changes-11.0.0.md +++ b/dist/changelog/changes-11.0.0.md @@ -158,6 +158,10 @@ Projects [QTCREATORBUG-28904](https://bugreports.qt.io/browse/QTCREATORBUG-28904), [QTCREATORBUG-28985](https://bugreports.qt.io/browse/QTCREATORBUG-28985), [QTCREATORBUG-29006](https://bugreports.qt.io/browse/QTCREATORBUG-29006)) +* Added `Build > Reload CMake Presets` to reload CMake presets after making + changes to them +* Fixed that CMake Presets were not visible in `Projects` view + ([QTCREATORBUG-28966](https://bugreports.qt.io/browse/QTCREATORBUG-28966)) * Fixed issues with detecting a configured Qt version when importing a build ([QTCREATORBUG-29075](https://bugreports.qt.io/browse/QTCREATORBUG-29075))