Skip to content

Commit

Permalink
Prepare v0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 14, 2017
1 parent a2a04fa commit b81d06d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 0.4.3 (2017-03-14)

* Ease getting started by improving documentation and adding examples
(#33 and #34 by @clue)

* First class support for PHP 5.3 through PHP 7.1 and HHVM
(#29 by @clue and #32 by @WyriHaximus)

## 0.4.2 (2017-03-10)

* Feature: Forward compatibility with Stream v0.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -225,7 +225,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require react/child-process:^0.4.2
$ composer require react/child-process:^0.4.3
```

More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
Expand Down

0 comments on commit b81d06d

Please sign in to comment.