File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ This project follows [SemVer](https://semver.org/).
410410This will install the latest supported version:
411411
412412``` bash
413- composer require react/dns:^1.9
413+ composer require react/dns:^1.10
414414```
415415
416416See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments