From 901b6b023784bb76484f79be3f441f4df1afb172 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 20 Nov 2019 16:15:06 +0100 Subject: [PATCH] Change log for 4.11 RC Change-Id: I564242e9205bd107e1e213b814141caf97395464 Reviewed-by: Leena Miettinen --- dist/changes-4.11.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dist/changes-4.11.0.md b/dist/changes-4.11.0.md index a85f8e5c3d2..3b24537c3e0 100644 --- a/dist/changes-4.11.0.md +++ b/dist/changes-4.11.0.md @@ -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 support for Framework paths (QTCREATORBUG-20099) +### Compilation Database + +* Fixed issue with `/imsvc` compiler option (QTCREATORBUG-23146) + ## Debugging ### CDB @@ -131,6 +135,7 @@ you can check out from the public Git repository. For example: * Changed to use separate `clang-tidy` executable * Separated diagnostic configuration settings for code model (`C++` > `Code Model`) and analyzer (`Analyzer` > `Clang Tools`) +* Fixed invocation of `clazy` with latest `clazy` versions ## Qt Widget Designer @@ -174,6 +179,8 @@ you can check out from the public Git repository. For example: * Removed auto-detection of GCC toolchains * 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