Skip to content

Commit 02cd3c9

Browse files
committed
Prepare v0.2.0 release
1 parent ddb7c8b commit 02cd3c9

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)