minor #11507 Add point about ConsoleLogger to Console 2.5 changelog (JeroenDeDauw)

This PR was submitted for the master branch but it was merged into the 2.5 branch instead (closes #11507).

Discussion
----------

Add point about ConsoleLogger to Console 2.5 changelog

Commits
-------

8744826 Add point about ConsoleLogger to Console 2.5 changelog
This commit is contained in:
Fabien Potencier 2014-07-29 13:56:02 +02:00
commit 3ee327c5db
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ CHANGELOG
* deprecated the dialog helper (use the question helper instead)
* deprecated TableHelper in favor of Table
* deprecated ProgressHelper in favor of ProgressBar
* added ConsoleLogger
* added a question helper
* added a way to set the process name of a command
* added a way to set a default command instead of `ListCommand`