Update changes file for 4.11.1

Change-Id: I3417e020cba77e1ad18085b5dadec6c5e9761997
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2020-01-31 15:07:26 +01:00
parent 6b10a1ad56
commit b2ddeacfb5

View File

@@ -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)