Skip to content

Commit b81d06d

Browse files
committed
Prepare v0.4.3 release
1 parent a2a04fa commit b81d06d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.3 (2017-03-14)
4+
5+
* Ease getting started by improving documentation and adding examples
6+
(#33 and #34 by @clue)
7+
8+
* First class support for PHP 5.3 through PHP 7.1 and HHVM
9+
(#29 by @clue and #32 by @WyriHaximus)
10+
311
## 0.4.2 (2017-03-10)
412

513
* Feature: Forward compatibility with Stream v0.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The recommended way to install this library is [through Composer](http://getcomp
225225
This will install the latest supported version:
226226

227227
```bash
228-
$ composer require react/child-process:^0.4.2
228+
$ composer require react/child-process:^0.4.3
229229
```
230230

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

0 commit comments

Comments
 (0)