aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.5.0.md
diff options
context:
space:
mode:
authorLorenz Haas <lykurg@gmail.com>2015-06-21 11:50:18 +0200
committerLorenz Haas <lykurg@gmail.com>2015-06-26 07:59:37 +0000
commita100e844886a51b0aede2901656e112fea91d442 (patch)
tree9f7588ebfafb1309fbb4acbee1662a8f292d6c57 /dist/changes-3.5.0.md
parent2eb3bda5a85b6919bdfe7719a77d4b0877fdbec8 (diff)
ChangeLog: Added information about refactoring actions
Change-Id: I45d88cdb86dc72ba9b30e71ba0c193a736b8d532 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'dist/changes-3.5.0.md')
-rw-r--r--dist/changes-3.5.0.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md
index ea202cf072..e47ebdbfa0 100644
--- a/dist/changes-3.5.0.md
+++ b/dist/changes-3.5.0.md
@@ -79,8 +79,10 @@ QML Profiler
C++ Support
* Added separate icon for structs
+* Added support for setting the access specifier of an extracted function (QTCREATORBUG-12127)
* Fixed *Convert to Stack Variable* refactoring action for empty
initializer lists (QTCREATORBUG-14279)
+* Fixed misplaced newlines of refactoring actions (QTCREATORBUG-13872)
* Fixed expanding items in class view with double-click
(QTCREATORBUG-2536)
* Fixed code folding issues after missing closing braces