summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-11-20 16:15:06 +0100
committerEike Ziller <eike.ziller@qt.io>2019-11-25 14:50:19 +0000
commit901b6b023784bb76484f79be3f441f4df1afb172 (patch)
treed3a353c93fbe8ade5707a992c8a5bff7e59daf41
parent6160abb4f8c72c5f7227d2527b69d992bc1afb50 (diff)
downloadqt-creator-901b6b023784bb76484f79be3f441f4df1afb172.tar.gz
Change log for 4.11 RC
Change-Id: I564242e9205bd107e1e213b814141caf97395464 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--dist/changes-4.11.0.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-4.11.0.md b/dist/changes-4.11.0.md
index a85f8e5c3d..3b24537c3e 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