File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ This project follows [SemVer](https://semver.org/).
642642This 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
648648See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments