Skip to content

Commit

Permalink
Prepare v2.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Mar 18, 2022
1 parent 82d80ee commit dfa6c37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# Changelog

## 2.6.0 (2022-03-18)

* Feature: Full support for PHP 8.1 release.
(#101 by @cdosoftei)

## 2.5.0 (2021-10-25)

* Feature: Simplify usage by supporting new default loop.
(#99 by @clue)

```php
// old (still supported)
$stdio = new Clue\React\Stdio\Stdio($loop);

// new (using default loop)
$stdio = new Clue\React\Stdio\Stdio();
```

* Improve code examples and documentation.
(#100 by @clue and #98 by @PaulRotmann)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/stdio-react:^2.5
$ composer require clue/stdio-react:^2.6
```

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

0 comments on commit dfa6c37

Please sign in to comment.