Skip to content

Commit

Permalink
[Console] added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 26, 2012
1 parent 8c69d3a commit eaad442
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
CHANGELOG
=========

2.1.0
-----

* added ConsoleOutputInterface
* added the possibility to disable a command (Command::isEnabled())
* added suggestions when a command does not exist
* added a --raw option to the list command
* added support for STDERR in the console output class (errors are now sent
to STDERR)
* made the defaults (helper set, commands, input definition) in Application
more easily customizable
* added support for the shell even if readline is not available
* added support for process isolation in Symfony shell via
`--process-isolation` switch
* added support for `--`, which disables options parsing after that point
(tokens will be parsed as arguments)

0 comments on commit eaad442

Please sign in to comment.