From e117fff387c6bebe8f1433c9cecc1e88898492de Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 14 Mar 2023 17:34:36 +0100 Subject: [PATCH] Add paths to new preferences and actions to the change log Change-Id: Iaf2237b226148be426e6d28144c42df616e56f42 Reviewed-by: Eike Ziller --- dist/changelog/changes-10.0.0.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dist/changelog/changes-10.0.0.md b/dist/changelog/changes-10.0.0.md index 18121a288fd..1310d56b1c7 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 ---------