We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fa849 commit f9514aaCopy full SHA for f9514aa
src/Symfony/Component/Console/CHANGELOG.md
@@ -7,6 +7,10 @@ CHANGELOG
7
* Added `SingleCommandApplication::setAutoExit()` to allow testing via `CommandTester`
8
* added support for multiline responses to questions through `Question::setMultiline()`
9
and `Question::isMultiline()`
10
+ * Added `SignalRegistry` class to stack signals handlers
11
+ * Added support for signals:
12
+ * Added `Application::getSignalRegistry()` and `Application::setSignalsToDispatchEvent()` methods
13
+ * Added `SignalableCommandInterface` interface
14
15
5.1.0
16
-----
0 commit comments