Skip to content

Commit 6b26f0f

Browse files
cluelucasnetau
authored andcommitted
Prepare v1.10.0 release
1 parent 86a0b57 commit 6b26f0f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 1.10.0 (2022-09-08)
4+
5+
* Feature: Full support for PHP 8.2 release.
6+
(#201 by @clue and #207 by @WyriHaximus)
7+
8+
* Feature: Optimize forward compatibility with Promise v3, avoid hitting autoloader.
9+
(#202 by @clue)
10+
11+
* Feature / Fix: Improve error reporting when custom error handler is used.
12+
(#197 by @clue)
13+
14+
* Fix: Fix invalid references in exception stack trace.
15+
(#191 by @clue)
16+
17+
* Minor documentation improvements.
18+
(#195 by @SimonFrings and #203 by @nhedger)
19+
20+
* Improve test suite, update to use default loop and new reactphp/async package.
21+
(#204, #205 and #206 by @clue and #196 by @SimonFrings)
22+
323
## 1.9.0 (2021-12-20)
424

525
* Feature: Full support for PHP 8.1 release and prepare PHP 8.2 compatibility

README.md

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

434434
```bash
435-
composer require react/dns:^1.9
435+
composer require react/dns:^1.10
436436
```
437437

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

0 commit comments

Comments
 (0)