Skip to content

Commit 4613dba

Browse files
committed
Fix CS in changelogs
1 parent 5896f21 commit 4613dba

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5454
3.4.0
5555
-----
@@ -66,23 +66,23 @@ CHANGELOG
6666
3.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

7979
3.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

8787
3.1.0
8888
-----

0 commit comments

Comments
 (0)