aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-01-31 15:07:26 +0100
committerEike Ziller <eike.ziller@qt.io>2020-02-05 07:55:07 +0000
commitb2ddeacfb5c54d3b0e15c8e6087d21aefaed4d7a (patch)
treec206835df408291da576f4a5f94715c8c039d7a9
parent6b10a1ad56b35af288f83d6ede270b1d758b068f (diff)
Update changes file for 4.11.1v4.11.1
Change-Id: I3417e020cba77e1ad18085b5dadec6c5e9761997 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-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)