File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.6.0 (2022-03-18)
4
+
5
+ * Feature: Full support for PHP 8.1 release.
6
+ (#101 by @cdosoftei )
7
+
3
8
## 2.5.0 (2021-10-25)
4
9
5
10
* Feature: Simplify usage by supporting new default loop.
6
11
(#99 by @clue )
7
-
12
+
8
13
``` php
9
14
// old (still supported)
10
15
$stdio = new Clue\React\Stdio\Stdio($loop);
11
16
12
17
// new (using default loop)
13
18
$stdio = new Clue\React\Stdio\Stdio();
14
19
```
15
-
20
+
16
21
* Improve code examples and documentation.
17
22
(#100 by @clue and #98 by @PaulRotmann)
18
23
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ This project follows [SemVer](https://semver.org/).
642
642
This will install the latest supported version:
643
643
644
644
``` bash
645
- $ composer require clue/stdio-react:^2.5
645
+ $ composer require clue/stdio-react:^2.6
646
646
```
647
647
648
648
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments