aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-11-30 15:18:42 +0100
committerEike Ziller <eike.ziller@qt.io>2021-11-30 15:03:13 +0000
commita1608ec9e4ced7f53b0c2f15da459bd6ce558f6f (patch)
tree51255bacf721af4a899ba55a4ea812f5a555154b
parent53ffd806aafd6eca95282061ed4886090870a959 (diff)
Update 6.0 change log
Change-Id: I16823d33655a29db17ad070b0c745179252c3da4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--dist/changes-6.0.0.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/dist/changes-6.0.0.md b/dist/changes-6.0.0.md
index 475250748c..89b91547e2 100644
--- a/dist/changes-6.0.0.md
+++ b/dist/changes-6.0.0.md
@@ -47,6 +47,16 @@ Editing
* Added option for `Insert header files on completion`
* Improved location of generated `compile_commands.json` (QTCREATORBUG-26431)
* Fixed missing reparsing after refactorings (QTCREATORBUG-26523)
+ * Fixed that parameters were incorrectly highlighted as output parameters
+ * Fixed highlighting of string literals in macros (QTCREATORBUG-26553)
+ * Fixed icon of signals and slots in completion list (QTCREATORBUG-26555)
+ * Fixed header completion for Qt headers (QTCREATORBUG-26482)
+ * Fixed code model update after UI header change
+ * Fixed that `Find References` could show results for deleted files
+ (QTCREATORBUG-26574)
+ * Fixed that highlighting of current symbol could vanish (QTCREATORBUG-26339)
+ * Fixed that nested items were not synchronized with cursor position in
+ outline (QTCREATORBUG-26509)
### QML
@@ -75,6 +85,7 @@ Projects
* Fixed that re-detecting compilers removed compilers from kits
(QTCREATORBUG-25697)
* Fixed GitHub action created by Qt Creator plugin wizard for Qt 6
+* Fixed crash when canceling device test dialog (QTCREATORBUG-26285)
### CMake
@@ -155,10 +166,16 @@ Platforms
* Added details to device settings (QTCREATORBUG-23991)
* Added filter field for Android SDK manager
* Fixed that NDK 22 and later could not be added
+* Fixed creation of Android template files (QTCREATORBUG-26580)
+
+### iOS
+
+* Fixed that no tasks were created for build issues (QTCREATORBUG-26541)
### WebAssembly
-* Fixed running applications (QTCREATORBUG-25905, QTCREATORBUG-26189)
+* Fixed running applications (QTCREATORBUG-25905, QTCREATORBUG-26189,
+ QTCREATORBUG-26562)
### MCU