Add paths to new preferences and actions to the change log

Change-Id: Iaf2237b226148be426e6d28144c42df616e56f42
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2023-03-14 17:34:36 +01:00
parent e813dff31c
commit e117fff387

View File

@@ -173,9 +173,10 @@ Version Control Systems
### Git ### Git
* Improved tracking of external changes (QTCREATORBUG-21089) * Improved tracking of external changes (QTCREATORBUG-21089)
* Added editor annotation for blame information (instant blame) with a setting * Added editor annotation for blame information (instant blame) with the setting
(opt-out) and an action to show it manually for the current line `Edit > Preferences > Version Control Git > Add instant blame annotations to
(QTCREATORBUG-23299) editor` (opt-out) and the `Tools > Git > Current File > Instant Blame` action
to show annotation manually for the current line (QTCREATORBUG-23299)
Test Integration Test Integration
---------------- ----------------
@@ -183,7 +184,8 @@ Test Integration
* Improved `Run` and `Debug Test Under Cursor` (QTCREATORBUG-28496) * Improved `Run` and `Debug Test Under Cursor` (QTCREATORBUG-28496)
* Improved the number of files that are scanned for tests * Improved the number of files that are scanned for tests
* Improved output handling (QTCREATORBUG-28706) * 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 Platforms
--------- ---------