aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.5.0
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2012-03-13 10:32:05 +0100
committerErik Verbruggen <erik.verbruggen@nokia.com>2012-03-13 12:20:14 +0100
commit30e34ead0fe37b1bef2263b416c60ae3df273d32 (patch)
treeda44a590f45beab52b364303f86c2495c7943911 /dist/changes-2.5.0
parent19488c0db6e886294be4d76050ee32d32c3dbea1 (diff)
Updated changes file.
Change-Id: If8e97f0277580a18951489bde12a223e7645f95d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'dist/changes-2.5.0')
-rw-r--r--dist/changes-2.5.05
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