aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-01-30 12:36:55 +0100
committerEike Ziller <eike.ziller@qt.io>2018-01-30 12:07:19 +0000
commita8d8365c84a7d9b6ca0b71ffbfc8842caf2eb887 (patch)
treeb866c03767969e73e89395fd578bc7d558808152 /dist
parent4a58581eed17d3a751d09324e23d784c4428a80c (diff)
Add missing features to changes file
Change-Id: Ib7ddb8cc98a11ab4703a2d12e60891afcbba6d1c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.0.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/changes-4.6.0.md b/dist/changes-4.6.0.md
index 009f8a12e0..805cec4133 100644
--- a/dist/changes-4.6.0.md
+++ b/dist/changes-4.6.0.md
@@ -44,7 +44,9 @@ C++ Support
* Clang Code Model
* Switched to Clang 5.0, adding support for C++17
* Implemented information tool tips, which improves type information
- including resolution of `auto` types (QTCREATORBUG-11259)
+ including resolution of `auto` types (QTCREATORBUG-11259), template arguments
+ for template types, and the first or `\brief` paragraph of documentation
+ comments (QTCREATORBUG-4557)
* Integrated Clang-Tidy and Clazy.
Enable checks in Options > C++ > Code Model > Clang Code Model Warnings
* Added separate highlighting for function definitions (QTCREATORBUG-16625)