From a100e844886a51b0aede2901656e112fea91d442 Mon Sep 17 00:00:00 2001 From: Lorenz Haas Date: Sun, 21 Jun 2015 11:50:18 +0200 Subject: [PATCH] ChangeLog: Added information about refactoring actions Change-Id: I45d88cdb86dc72ba9b30e71ba0c193a736b8d532 Reviewed-by: Leena Miettinen Reviewed-by: Eike Ziller --- dist/changes-3.5.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md index ea202cf0726..e47ebdbfa0e 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