File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- # CHANGELOG
1+ # Changelog
22
3- This file is a manually maintained list of changes for each release. Feel free
4- to add your changes here when sending pull requests. Also send corrections if
5- you spot any mistakes.
3+ ## 0.2.0 (2015-06-17)
4+
5+ * Feature: Forcefully terminate underlying ` Process ` if its ` Stream ` closes.
6+ As such, calling ` DeferredShell::close() ` now terminates the underlying ` Process ` .
7+ ([ #2 ] ( https://github.com/clue/php-shell-react/pull/2 ) )
8+
9+ * Feature: ` ProcessLauncher::createDeferredShell() ` now also accepts a ` Process ` instance.
10+ ([ #1 ] ( https://github.com/clue/php-shell-react/pull/1 ) )
611
712## 0.1.0 (2014-12-06)
813
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The recommended way to install this library is [through composer](http://getcomp
4141``` JSON
4242{
4343 "require" : {
44- "clue/shell-react" : " ~0.1 .0"
44+ "clue/shell-react" : " ~0.2 .0"
4545 }
4646}
4747```
You can’t perform that action at this time.
0 commit comments