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>
This commit is contained in:
Lorenz Haas
2015-06-21 11:50:18 +02:00
parent 2eb3bda5a8
commit a100e84488

View File

@@ -79,8 +79,10 @@ QML Profiler
C++ Support C++ Support
* Added separate icon for structs * 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 * Fixed *Convert to Stack Variable* refactoring action for empty
initializer lists (QTCREATORBUG-14279) initializer lists (QTCREATORBUG-14279)
* Fixed misplaced newlines of refactoring actions (QTCREATORBUG-13872)
* Fixed expanding items in class view with double-click * Fixed expanding items in class view with double-click
(QTCREATORBUG-2536) (QTCREATORBUG-2536)
* Fixed code folding issues after missing closing braces * Fixed code folding issues after missing closing braces