Skip to content

Commit dfa6c37

Browse files
committed
Prepare v2.6.0 release
1 parent 82d80ee commit dfa6c37

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# Changelog
22

3+
## 2.6.0 (2022-03-18)
4+
5+
* Feature: Full support for PHP 8.1 release.
6+
(#101 by @cdosoftei)
7+
38
## 2.5.0 (2021-10-25)
49

510
* Feature: Simplify usage by supporting new default loop.
611
(#99 by @clue)
7-
12+
813
```php
914
// old (still supported)
1015
$stdio = new Clue\React\Stdio\Stdio($loop);
1116

1217
// new (using default loop)
1318
$stdio = new Clue\React\Stdio\Stdio();
1419
```
15-
20+
1621
* Improve code examples and documentation.
1722
(#100 by @clue and #98 by @PaulRotmann)
1823

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ This project follows [SemVer](https://semver.org/).
642642
This will install the latest supported version:
643643

644644
```bash
645-
$ composer require clue/stdio-react:^2.5
645+
$ composer require clue/stdio-react:^2.6
646646
```
647647

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

0 commit comments

Comments
 (0)