aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-4.11.1.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/changes-4.11.1.md b/dist/changes-4.11.1.md
index 8f2635897b..65fc03b0a9 100644
--- a/dist/changes-4.11.1.md
+++ b/dist/changes-4.11.1.md
@@ -16,6 +16,10 @@ Editing
* Fixed `Visualize Whitespace` for editors without specialized highlighter definition
(QTCREATORBUG-23040)
+### Language Client
+
+* Fixed failure when restarting server (QTCREATORBUG-23497)
+
### C++
* Fixed wrong warnings about C++98 incompatibility with MSVC (QTCREATORBUG-23118)
@@ -37,6 +41,14 @@ Projects
* Fixed subdirectory structure in project tree (QTCREATORBUG-23372)
+### Qbs
+
+* Fixed building Android projects (QTCREATORBUG-23489)
+
+### Generic
+
+* Fixed crash when updating deployment data (QTCREATORBUG-23501)
+
Debugging
---------
@@ -61,6 +73,10 @@ Platforms
* Worked around issue with HiDPI in Qt (QTBUG-80934)
+### Remote Linux
+
+* Fixed that terminal setting was ignored (QTCREATORBUG-23470)
+
### WebAssembly
* Fixed missing device in kit (QTCREATORBUG-23360)