Skip to content

Commit 1e5ed7c

Browse files
Merge branch '4.4' into 5.1
* 4.4: [Cache] fix setting "read_timeout" when using Redis Fix CS in changelogs
2 parents 6cecebb + 4613dba commit 1e5ed7c

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
@@ -70,9 +70,9 @@ CHANGELOG
7070
* `OutputFormatter` throws an exception when unknown options are used
7171
* removed `QuestionHelper::setInputStream()/getInputStream()`
7272
* removed `Application::getTerminalWidth()/getTerminalHeight()` and
73-
`Application::setTerminalDimensions()/getTerminalDimensions()`
74-
* removed `ConsoleExceptionEvent`
75-
* removed `ConsoleEvents::EXCEPTION`
73+
`Application::setTerminalDimensions()/getTerminalDimensions()`
74+
* removed `ConsoleExceptionEvent`
75+
* removed `ConsoleEvents::EXCEPTION`
7676

7777
3.4.0
7878
-----
@@ -89,23 +89,23 @@ CHANGELOG
8989
3.3.0
9090
-----
9191

92-
* added `ExceptionListener`
93-
* added `AddConsoleCommandPass` (originally in FrameworkBundle)
94-
* [BC BREAK] `Input::getOption()` no longer returns the default value for options
95-
with value optional explicitly passed empty
96-
* added console.error event to catch exceptions thrown by other listeners
97-
* deprecated console.exception event in favor of console.error
98-
* added ability to handle `CommandNotFoundException` through the
99-
`console.error` event
100-
* deprecated default validation in `SymfonyQuestionHelper::ask`
92+
* added `ExceptionListener`
93+
* added `AddConsoleCommandPass` (originally in FrameworkBundle)
94+
* [BC BREAK] `Input::getOption()` no longer returns the default value for options
95+
with value optional explicitly passed empty
96+
* added console.error event to catch exceptions thrown by other listeners
97+
* deprecated console.exception event in favor of console.error
98+
* added ability to handle `CommandNotFoundException` through the
99+
`console.error` event
100+
* deprecated default validation in `SymfonyQuestionHelper::ask`
101101

102102
3.2.0
103103
------
104104

105-
* added `setInputs()` method to CommandTester for ease testing of commands expecting inputs
106-
* added `setStream()` and `getStream()` methods to Input (implement StreamableInputInterface)
107-
* added StreamableInputInterface
108-
* added LockableTrait
105+
* added `setInputs()` method to CommandTester for ease testing of commands expecting inputs
106+
* added `setStream()` and `getStream()` methods to Input (implement StreamableInputInterface)
107+
* added StreamableInputInterface
108+
* added LockableTrait
109109

110110
3.1.0
111111
-----

0 commit comments

Comments
 (0)