summaryrefslogtreecommitdiff
path: root/dist/changelog
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-11-23 15:56:36 +0100
committerEike Ziller <eike.ziller@qt.io>2022-11-24 12:00:06 +0000
commite0b84100c302fd114fde71b11e7ed4ad5fb4860f (patch)
tree856dc0ef38bffd6da46f65c8bc18ddefd5712905 /dist/changelog
parent5995810d341b22ff20f3350b851f55a856d87aae (diff)
downloadqt-creator-e0b84100c302fd114fde71b11e7ed4ad5fb4860f.tar.gz
change log: adapt doc-snapshot link and add CMake preset QtC doc
Change-Id: I5f7a086d55aefd3db8990c5fcb8a585dedbb5808 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'dist/changelog')
-rw-r--r--dist/changelog/changes-9.0.0.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/changelog/changes-9.0.0.md b/dist/changelog/changes-9.0.0.md
index 3997f62bab..e968e526c1 100644
--- a/dist/changelog/changes-9.0.0.md
+++ b/dist/changelog/changes-9.0.0.md
@@ -120,7 +120,8 @@ Projects
* Turned `Package manager auto setup` off by default
* Added support for CMake configure and build presets, including conditions and
toolchain files (QTCREATORBUG-24555)
- ([CMake Documentation](https://cmake.org/cmake/help/v3.21/manual/cmake-presets.7.html))
+ ([Documentation](https://doc.qt.io/qtcreator/creator-build-settings-cmake.html#cmake-presets),
+ [CMake Documentation](https://cmake.org/cmake/help/v3.21/manual/cmake-presets.7.html))
* Added option for changing environment for configure step
* Added option for hiding subfolders in source groups (QTCREATORBUG-27432)
* Added support for `Build File` also from header files (QTCREATORBUG-26164)
@@ -187,7 +188,7 @@ Test Integration
----------------
* Added support for Squish
- ([Documentation](https://doc-snapshots.qt.io/qtcreator-9.0/creator-squish.html))
+ ([Documentation](https://doc.qt.io/qtcreator/creator-squish.html))
* Catch 2
* Fixed handling of exceptions (QTCREATORBUG-28131)
* Fixed crash (QTCREATORBUG-28269)