Skip to content

Commit bbe0bd8

Browse files
committed
Prepare v1.5.0 release
1 parent 3b5a789 commit bbe0bd8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ This project follows [SemVer](https://semver.org/).
889889
This 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

895895
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)