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
2
2
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 ) )
6
11
7
12
## 0.1.0 (2014-12-06)
8
13
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
41
41
``` JSON
42
42
{
43
43
"require" : {
44
- "clue/shell-react" : " ~0.1 .0"
44
+ "clue/shell-react" : " ~0.2 .0"
45
45
}
46
46
}
47
47
```
You can’t perform that action at this time.
0 commit comments