summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-03-14 17:34:36 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2023-03-15 13:46:26 +0000
commite117fff387c6bebe8f1433c9cecc1e88898492de (patch)
tree710a1a6187a44913b0e3a0b86eb060a63ae78bc2
parente813dff31c413c37a692150daa846381e09b09a4 (diff)
downloadqt-creator-e117fff387c6bebe8f1433c9cecc1e88898492de.tar.gz
Add paths to new preferences and actions to the change log
Change-Id: Iaf2237b226148be426e6d28144c42df616e56f42 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--dist/changelog/changes-10.0.0.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/dist/changelog/changes-10.0.0.md b/dist/changelog/changes-10.0.0.md
index 18121a288f..1310d56b1c 100644
--- a/dist/changelog/changes-10.0.0.md
+++ b/dist/changelog/changes-10.0.0.md
@@ -173,9 +173,10 @@ Version Control Systems
### Git
* Improved tracking of external changes (QTCREATORBUG-21089)
-* Added editor annotation for blame information (instant blame) with a setting
- (opt-out) and an action to show it manually for the current line
- (QTCREATORBUG-23299)
+* Added editor annotation for blame information (instant blame) with the setting
+ `Edit > Preferences > Version Control Git > Add instant blame annotations to
+ editor` (opt-out) and the `Tools > Git > Current File > Instant Blame` action
+ to show annotation manually for the current line (QTCREATORBUG-23299)
Test Integration
----------------
@@ -183,7 +184,8 @@ Test Integration
* Improved `Run` and `Debug Test Under Cursor` (QTCREATORBUG-28496)
* Improved the number of files that are scanned for tests
* Improved output handling (QTCREATORBUG-28706)
-* Made the expensive checking for tests in derived `TestCase` objects optional
+* Added an option to enable the expensive checking for tests in derived
+ `TestCase` objects to `Edit > Preferences > Testing > Qt Test`
Platforms
---------