File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.5.0 (2023-11-13)
4+
5+ * Feature: Improve performance by using ` spl_object_id() ` on PHP 7.2+.
6+ (#267 by @samsonasik )
7+
8+ * Feature: Full PHP 8.3 compatibility.
9+ (#269 by @clue )
10+
11+ * Update tests for ` ext-uv ` on PHP 8+ and legacy PHP.
12+ (#270 by @clue and #268 by @SimonFrings )
13+
314## 1.4.0 (2023-05-05)
415
516* Feature: Improve performance of ` Loop ` by avoiding unneeded method calls.
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.4
892+ composer require react/event-loop:^1.5
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