aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-08-23 19:06:23 +0200
committerEike Ziller <eike.ziller@qt.io>2018-08-30 07:10:31 +0000
commitd457604de144b7d82452f173ab717c378d83cd5f (patch)
treed7127d478c92cf8737ac4ab27f0426cf4265ed9e /dist
parent8e05783019da7979b6b54768334870105c86a4be (diff)
Update change log for 4.8
Change-Id: I7493aaed9b7819dee5bdcf67b33f4298e0ca46b3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.0.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/changes-4.8.0.md b/dist/changes-4.8.0.md
index d8f8fe1bbd..6f1ccfb1fa 100644
--- a/dist/changes-4.8.0.md
+++ b/dist/changes-4.8.0.md
@@ -41,6 +41,9 @@ C++ Support
* Clang Code Model
* Added function overloads to tooltip in completion popup
* Added `Build` > `Generate Compilation Database`
+ * Fixed that braced initialization did not provide constructor completion
+ (QTCREATORBUG-20957)
+ * Fixed local references for operator arguments (QTCREATORBUG-20966)
QML Support
@@ -74,10 +77,25 @@ Image Viewer
Test Integration
+* Google Test
+ * Fixed that not all failure locations were shown (QTCREATORBUG-20967)
+
+Model Editor
+
+* Fixed that selections and text cursors where exported (QTCREATORBUG-16689)
+
Platform Specific
Windows
+Linux
+
+* Added detection of Intel C compiler (QTCREATORBUG-18302)
+
+macOS
+
+* Fixed light themes for macOS Mojave (10.14)
+
Android
* Added support for command line arguments