@@ -47,9 +47,9 @@ CHANGELOG
4747 * ` OutputFormatter ` throws an exception when unknown options are used
4848 * removed ` QuestionHelper::setInputStream()/getInputStream() `
4949 * removed ` Application::getTerminalWidth()/getTerminalHeight() ` and
50- ` Application::setTerminalDimensions()/getTerminalDimensions() `
51- * removed ` ConsoleExceptionEvent `
52- * removed ` ConsoleEvents::EXCEPTION `
50+ ` Application::setTerminalDimensions()/getTerminalDimensions() `
51+ * removed ` ConsoleExceptionEvent `
52+ * removed ` ConsoleEvents::EXCEPTION `
5353
54543.4.0
5555-----
@@ -66,23 +66,23 @@ CHANGELOG
66663.3.0
6767-----
6868
69- * added ` ExceptionListener `
70- * added ` AddConsoleCommandPass ` (originally in FrameworkBundle)
71- * [ BC BREAK] ` Input::getOption() ` no longer returns the default value for options
72- with value optional explicitly passed empty
73- * added console.error event to catch exceptions thrown by other listeners
74- * deprecated console.exception event in favor of console.error
75- * added ability to handle ` CommandNotFoundException ` through the
76- ` console.error ` event
77- * deprecated default validation in ` SymfonyQuestionHelper::ask `
69+ * added ` ExceptionListener `
70+ * added ` AddConsoleCommandPass ` (originally in FrameworkBundle)
71+ * [ BC BREAK] ` Input::getOption() ` no longer returns the default value for options
72+ with value optional explicitly passed empty
73+ * added console.error event to catch exceptions thrown by other listeners
74+ * deprecated console.exception event in favor of console.error
75+ * added ability to handle ` CommandNotFoundException ` through the
76+ ` console.error ` event
77+ * deprecated default validation in ` SymfonyQuestionHelper::ask `
7878
79793.2.0
8080------
8181
82- * added ` setInputs() ` method to CommandTester for ease testing of commands expecting inputs
83- * added ` setStream() ` and ` getStream() ` methods to Input (implement StreamableInputInterface)
84- * added StreamableInputInterface
85- * added LockableTrait
82+ * added ` setInputs() ` method to CommandTester for ease testing of commands expecting inputs
83+ * added ` setStream() ` and ` getStream() ` methods to Input (implement StreamableInputInterface)
84+ * added StreamableInputInterface
85+ * added LockableTrait
8686
87873.1.0
8888-----
0 commit comments