From d457604de144b7d82452f173ab717c378d83cd5f Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 23 Aug 2018 19:06:23 +0200 Subject: [PATCH] Update change log for 4.8 Change-Id: I7493aaed9b7819dee5bdcf67b33f4298e0ca46b3 Reviewed-by: Leena Miettinen --- dist/changes-4.8.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dist/changes-4.8.0.md b/dist/changes-4.8.0.md index d8f8fe1bbd5..6f1ccfb1fa1 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