File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.4.0 (2023-05-05)
4
+
5
+ * Feature: Improve performance of ` Loop ` by avoiding unneeded method calls.
6
+ (#266 by @clue )
7
+
8
+ * Feature: Support checking ` EINTR ` constant from ` ext-pcntl ` without ` ext-sockets ` .
9
+ (#265 by @clue )
10
+
11
+ * Minor documentation improvements.
12
+ (#254 by @nhedger )
13
+
14
+ * Improve test suite, run tests on PHP 8.2 and report failed assertions.
15
+ (#258 by @WyriHaximus , #264 by @clue and #251 , #261 and #262 by @SimonFrings )
16
+
3
17
## 1.3.0 (2022-03-17)
4
18
5
19
* Feature: Improve default ` StreamSelectLoop ` to report any warnings for invalid streams.
Original file line number Diff line number Diff line change @@ -889,7 +889,7 @@ This project follows [SemVer](https://semver.org/).
889
889
This will install the latest supported version:
890
890
891
891
``` bash
892
- composer require react/event-loop:^1.3
892
+ composer require react/event-loop:^1.4
893
893
```
894
894
895
895
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments