diff options
author | Eike Ziller <eike.ziller@qt.io> | 2020-09-17 11:18:42 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2020-09-17 09:29:22 +0000 |
commit | a749b6691e49ad91170c9912baf590cf49292d75 (patch) | |
tree | 34c4a7335ede6882829da60601584e3fd56ef942 /dist | |
parent | 364288b79cfb27f4bea9a7a41b785660fb8d0dde (diff) | |
download | qt-creator-a749b6691e49ad91170c9912baf590cf49292d75.tar.gz |
Update 4.13.1 changes with last-minute updates
Change-Id: I789f4fb10c950114ed0737dcb90460d90386e2f3
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.13.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.13.1.md b/dist/changes-4.13.1.md index 597c20850c..a49946e8ed 100644 --- a/dist/changes-4.13.1.md +++ b/dist/changes-4.13.1.md @@ -19,6 +19,7 @@ Editing ### C++ * Fixed crash with adjacent raw string literals (QTCREATORBUG-24577) +* Fixed highlighting of template aliases (QTCREATORBUG-24552) ### QML @@ -37,6 +38,8 @@ Projects ### qmake * Fixed handling of unset environment variables (QTCREATORBUG-21729) +* Fixed that changes to sub-projects triggered full re-parse + (QTCREATORBUG-24572) ### CMake @@ -80,6 +83,7 @@ Platforms ### macOS * Fixed Clazy (QTCREATORBUG-24567) +* Fixed debugger locals view for newest LLDB (QTCREATORBUG-24596) Credits for these changes go to: -------------------------------- |