@@ -83,9 +83,9 @@ CHANGELOG
8383 * ` OutputFormatter ` throws an exception when unknown options are used
8484 * removed ` QuestionHelper::setInputStream()/getInputStream() `
8585 * removed ` Application::getTerminalWidth()/getTerminalHeight() ` and
86- ` Application::setTerminalDimensions()/getTerminalDimensions() `
87- * removed ` ConsoleExceptionEvent `
88- * removed ` ConsoleEvents::EXCEPTION `
86+ ` Application::setTerminalDimensions()/getTerminalDimensions() `
87+ * removed ` ConsoleExceptionEvent `
88+ * removed ` ConsoleEvents::EXCEPTION `
8989
90903.4.0
9191-----
@@ -102,23 +102,23 @@ CHANGELOG
1021023.3.0
103103-----
104104
105- * added ` ExceptionListener `
106- * added ` AddConsoleCommandPass ` (originally in FrameworkBundle)
107- * [ BC BREAK] ` Input::getOption() ` no longer returns the default value for options
108- with value optional explicitly passed empty
109- * added console.error event to catch exceptions thrown by other listeners
110- * deprecated console.exception event in favor of console.error
111- * added ability to handle ` CommandNotFoundException ` through the
112- ` console.error ` event
113- * deprecated default validation in ` SymfonyQuestionHelper::ask `
105+ * added ` ExceptionListener `
106+ * added ` AddConsoleCommandPass ` (originally in FrameworkBundle)
107+ * [ BC BREAK] ` Input::getOption() ` no longer returns the default value for options
108+ with value optional explicitly passed empty
109+ * added console.error event to catch exceptions thrown by other listeners
110+ * deprecated console.exception event in favor of console.error
111+ * added ability to handle ` CommandNotFoundException ` through the
112+ ` console.error ` event
113+ * deprecated default validation in ` SymfonyQuestionHelper::ask `
114114
1151153.2.0
116116------
117117
118- * added ` setInputs() ` method to CommandTester for ease testing of commands expecting inputs
119- * added ` setStream() ` and ` getStream() ` methods to Input (implement StreamableInputInterface)
120- * added StreamableInputInterface
121- * added LockableTrait
118+ * added ` setInputs() ` method to CommandTester for ease testing of commands expecting inputs
119+ * added ` setStream() ` and ` getStream() ` methods to Input (implement StreamableInputInterface)
120+ * added StreamableInputInterface
121+ * added LockableTrait
122122
1231233.1.0
124124-----
0 commit comments