Skip to content

Commit

Permalink
Prepare v0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Oct 12, 2021
1 parent 2ec1022 commit a778f3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.6.4 (2021-10-12)

* Feature / Fix: Skip sigchild check if `phpinfo()` has been disabled.
(#89 by @clue)

* Fix: Fix detecting closed socket pipes on PHP 8.
(#90 by @clue)

## 0.6.3 (2021-07-11)

A major new feature release, see [**release announcement**](https://clue.engineering/2021/announcing-reactphp-default-loop).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/child-process:^0.6.3
$ composer require react/child-process:^0.6.4
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down

0 comments on commit a778f3f

Please sign in to comment.