summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2022-11-28 15:42:40 +0200
committerOrgad Shaneh <orgad.shaneh@audiocodes.com>2022-11-28 17:29:19 +0200
commit157f2bcd3929ea07cdd14c3930cef2313fc470ae (patch)
treef9a5a7bb8d5acf1ff702d498380659488b41b362 /dist
parent8e5c84e3ddc77d049904aabba05d8ff6ef098c6b (diff)
parentd852ec53a14e64f6993929130e95b5581cfaa3a4 (diff)
downloadqt-creator-157f2bcd3929ea07cdd14c3930cef2313fc470ae.tar.gz
Merge remote-tracking branch 'origin/9.0'
Change-Id: I231d35f492713f317773b79478b5f7fb97a4fe50
Diffstat (limited to 'dist')
-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)