Change log for 4.11 RC

Change-Id: I564242e9205bd107e1e213b814141caf97395464
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2019-11-20 16:15:06 +01:00
parent 6160abb4f8
commit 901b6b0237

View File

@@ -112,6 +112,10 @@ you can check out from the public Git repository. For example:
* Added option to remove directories directly from project tree (QTCREATORBUG-16575) * Added option to remove directories directly from project tree (QTCREATORBUG-16575)
* Added support for Framework paths (QTCREATORBUG-20099) * Added support for Framework paths (QTCREATORBUG-20099)
### Compilation Database
* Fixed issue with `/imsvc` compiler option (QTCREATORBUG-23146)
## Debugging ## Debugging
### CDB ### CDB
@@ -131,6 +135,7 @@ you can check out from the public Git repository. For example:
* Changed to use separate `clang-tidy` executable * Changed to use separate `clang-tidy` executable
* Separated diagnostic configuration settings for code model * Separated diagnostic configuration settings for code model
(`C++` > `Code Model`) and analyzer (`Analyzer` > `Clang Tools`) (`C++` > `Code Model`) and analyzer (`Analyzer` > `Clang Tools`)
* Fixed invocation of `clazy` with latest `clazy` versions
## Qt Widget Designer ## Qt Widget Designer
@@ -174,6 +179,8 @@ you can check out from the public Git repository. For example:
* Removed auto-detection of GCC toolchains * Removed auto-detection of GCC toolchains
* Fixed closing of terminal window after application finishes (QTCREATORBUG-15138) * Fixed closing of terminal window after application finishes (QTCREATORBUG-15138)
* Fixed execution of `qtc-askpass` (QTCREATORBUG-23120)
* Fixed environment when opening terminal with `zsh` (QTCREATORBUG-21712)
### Android ### Android