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