aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-10-28 16:14:28 +0100
committerEike Ziller <eike.ziller@qt.io>2019-10-29 09:20:21 +0000
commit86bd49e6ab706c2b4e2ac62573ff10f212395a7c (patch)
treec0471df9ffdc0ddd48ab4a97b6a90fa7bc2cdf97 /dist
parent639918809054cffcbaa3850040dda8616d967bf5 (diff)
Bit more change log for 4.11
Change-Id: Ibf23cef4ca24117931af9721664b7a57fbac90e5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.11.0.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-4.11.0.md b/dist/changes-4.11.0.md
index 8babf0c81e..a85f8e5c3d 100644
--- a/dist/changes-4.11.0.md
+++ b/dist/changes-4.11.0.md
@@ -18,6 +18,11 @@ you can check out from the public Git repository. For example:
* Made update notification less intrusive and more informative (QTCREATORBUG-22817)
* Made wizards remember user choices (QTCREATORBUG-16657)
+## Help
+
+* Fixed that removing Qt version only unregistered its documentation after
+ restart (QTCREATORBUG-16631)
+
## Editing
* Added option to change line ending style via editor tool bar
@@ -90,6 +95,7 @@ you can check out from the public Git repository. For example:
* Fixed handling of boolean semantics (`OFF`, `NO`, `FALSE`, and so on)
* Fixed `Build` > `Run CMake` (QTCREATORBUG-19704)
* Fixed registering `CMake.app` from official installer on macOS
+* Fixed code model issues when using precompiled headers (QTCREATORBUG-22888)
### Qbs
@@ -106,6 +112,12 @@ 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)
+## Debugging
+
+### CDB
+
+* Fixed assigning negative values to variables (QTCREATORBUG-17269)
+
## Analyzer
* Added viewer for Chrome trace report files
@@ -148,6 +160,10 @@ you can check out from the public Git repository. For example:
* Added settings per project (QTCREATORBUG-16704)
* Added option to run tests after successful build
+### Boost
+
+* Fixed running multiple tests (QTCREATORBUG-23091)
+
## Platforms
### Windows
@@ -184,6 +200,7 @@ you can check out from the public Git repository. For example:
* Fixed that it was not possible to add custom deployment steps (QTCREATORBUG-22977)
## Credits for these changes go to:
+
Aleksei German
Alessandro Portale
Andre Hartmann
@@ -211,6 +228,9 @@ Miikka Heikkinen
Milian Wolff
Nikolai Kosjar
Orgad Shaneh
+Pasi Keränen
+Richard Weickelt
+Robert Löhning
Sergey Levin
Sona Kurazyan
Tasuku Suzuki