Skip to content

Commit 4f70306

Browse files
committed
Prepare v1.11.0 release
1 parent b7b84ee commit 4f70306

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.11.0 (2024-06-04)
4+
5+
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
6+
(#70 by @clue)
7+
8+
* Feature: Full PHP 8.3 compatibility.
9+
(#68 by @clue)
10+
311
## 1.10.0 (2023-07-20)
412

513
* Feature: Use Promise v3 template types.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ This project follows [SemVer](https://semver.org/).
288288
This will install the latest supported version:
289289

290290
```bash
291-
composer require react/promise-timer:^1.10
291+
composer require react/promise-timer:^1.11
292292
```
293293

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

0 commit comments

Comments
 (0)