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 11# Changelog
22
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+
317## 1.3.0 (2022-03-17)
418
519* 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/).
889889This will install the latest supported version:
890890
891891``` bash
892- composer require react/event-loop:^1.3
892+ composer require react/event-loop:^1.4
893893```
894894
895895See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments