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 1
1
# Changelog
2
2
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
+
3
23
## 1.9.0 (2021-12-20)
4
24
5
25
* Feature: Full support for PHP 8.1 release and prepare PHP 8.2 compatibility
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ This project follows [SemVer](https://semver.org/).
432
432
This will install the latest supported version:
433
433
434
434
``` bash
435
- composer require react/dns:^1.9
435
+ composer require react/dns:^1.10
436
436
```
437
437
438
438
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments