Skip to content

Commit 69e959a

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Fix licence Fix CS in link binary [Cache] remove no-op Fix CS in Changelogs [Notifier][Sinch] Add tests [Notifier] [Nexmo] Add tests [Notifier][OvhCloud] Add tests [Notifier] [Free Mobile] Rename method to match other bridges [Cache] fix setting "read_timeout" when using Redis Fix CS in changelogs [Notifier] Streamline README files
2 parents d6fd1d4 + 1e5ed7c commit 69e959a

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
@@ -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

9090
3.4.0
9191
-----
@@ -102,23 +102,23 @@ CHANGELOG
102102
3.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

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

123123
3.1.0
124124
-----

0 commit comments

Comments
 (0)