Skip to content

Commit 216d3ae

Browse files
committed
Prepare v1.15.0 release
1 parent ab5e7d1 commit 216d3ae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 1.15.0 (2023-12-15)
4+
5+
* Feature: Full PHP 8.3 compatibility.
6+
(#310 by @clue)
7+
8+
* Fix: Fix cancelling during the 50ms resolution delay when DNS is still pending.
9+
(#311 by @clue)
10+
311
## 1.14.0 (2023-08-25)
412

513
* Feature: Improve Promise v3 support and use template types.

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.14
1497+
composer require react/socket:^1.15
14981498
```
14991499

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

0 commit comments

Comments
 (0)