10000 Prepare v1.16.0 release · Dheia/socket-reactphp@23e4ff3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23e4ff3

Browse files
committed
Prepare v1.16.0 release
1 parent 038f639 commit 23e4ff3

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.16.0 (2024-07-26)
4+
5+
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
6+
(#318 by @clue)
7+
38
## 1.15.0 (2023-12-15)
49

510
* Feature: Full PHP 8.3 compatibility.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
14941494
This will install the latest supported version:
14951495

14961496
```bash
1497-
composer require react/socket:^1.15
1497+
composer require react/socket:^1.16
14981498
```
14991499

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

0 commit comments

Comments
 (0)
0