Skip to content

Commit ba276bd

Browse files
committed
Prepare v1.6.0 release
1 parent 78a5d4e commit ba276bd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.6.0 (2025-11-17)
4+
5+
* Feature: Improve PHP 8.5+ support by avoiding deprecated method calls.
6+
(#280 and #282 by @WyriHaximus)
7+
38
## 1.5.0 (2023-11-13)
49

510
* Feature: Improve performance by using `spl_object_id()` on PHP 7.2+.

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.5
892+
composer require react/event-loop:^1.6
893893
```
894894

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

0 commit comments

Comments
 (0)