We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a04fa commit b81d06dCopy full SHA for b81d06d
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 0.4.2 (2017-03-10)
12
13
* Feature: Forward compatibility with Stream v0.5
README.md
@@ -225,7 +225,7 @@ The recommended way to install this library is [through Composer](http://getcomp
225
This will install the latest supported version:
226
227
```bash
228
-$ composer require react/child-process:^0.4.2
+$ composer require react/child-process:^0.4.3
229
```
230
231
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments