File tree 2 files changed +12
-1
lines changed 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 1.4.0 (2023-05-05)
4
15
5
16
* 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/).
889
889
This will install the latest supported version:
890
890
891
891
``` bash
892
- composer require react/event-loop:^1.4
892
+ composer require react/event-loop:^1.5
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