diff options
Diffstat (limited to 'dist/changes-2.5.0')
-rw-r--r-- | dist/changes-2.5.0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-2.5.0 b/dist/changes-2.5.0 index 3a9c7d2a32..7de3f791d4 100644 --- a/dist/changes-2.5.0 +++ b/dist/changes-2.5.0 @@ -81,6 +81,11 @@ C++ Support * Add "rearrange parameter list" refactoring action [by Bojan Petrovic] * Add indent/unindent actions shortcut [by Adam Treat] * Improve sorting of completion items (QTCREATORBUG-6404) + * Improve C++11 lambda support, including formatting + * Fix "go to definition" of macros (QTCREATORBUG-2240, QTCREATORBUG-6175, + QTCREATORBUG-6848, QTCREATORBUG-7008, QTCREATORBUG-7009) + * Fix completion by not adding parentheses when completing dereferenced + function QML/JS Support * Add correct scoping for signal handlers; enables completion of signal |