File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.12.0 (2022-08-25)
4+
5+ * Feature: Forward compatibility with react/promise 3.
6+ (#214 by @WyriHaximus and @clue )
7+
8+ * Feature: Full support for PHP 8.2 release.
9+ (#298 by @WyriHaximus )
10+
11+ * Feature: Avoid unneeded syscall on socket close.
12+ (#292 by @clue )
13+
14+ * Feature / Fix: Improve error reporting when custom error handler is used.
15+ (#290 by @clue )
16+
17+ * Fix: Fix invalid references in exception stack trace.
18+ (#284 by @clue )
19+
20+ * Minor documentation improvements, update to use new reactphp/async package instead of clue/reactphp-block.
21+ (#296 by @clue , #285 by @SimonFrings and #295 by @nhedger )
22+
23+ * Improve test suite, update macOS and HHVM environment, fix optional tests for ` ENETUNREACH ` .
24+ (#288 , #289 and #297 by @clue )
25+
326## 1.11.0 (2022-01-14)
427
528* Feature: Full support for PHP 8.1 release.
Original file line number Diff line number Diff line change @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
14941494This will install the latest supported version:
14951495
14961496``` bash
1497- composer require react/socket:^1.11
1497+ composer require react/socket:^1.12
14981498```
14991499
15001500See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments