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.9.0 (2022-12-05)
4+
5+ * Feature: Add support for PHP 8.1 and PHP 8.2.
6+ (#44 by @SimonFrings and #51 by @WyriHaximus )
7+
8+ * Feature: Forward compatibility with upcoming Promise v3.
9+ (#33 by @WyriHaximus )
10+
11+ * Feature / Fix: Improve error reporting when custom error handler is used.
12+ (#49 by @clue )
13+
14+ * Feature: Avoid dependency on ` ext-filter ` .
15+ (#45 by @clue )
16+
17+ * Improve documentation and examples and update to use new reactphp/async package.
18+ (#50 by @nhedger , #53 by @dinooo13 and #47 , #54 and #56 by @SimonFrings )
19+
20+ * Improve test suite and report failed assertions.
21+ (#48 by @SimonFrings and #55 by @clue )
22+
323## 1.8.0 (2021-07-11)
424
525A major new feature release, see [ ** release announcement** ] ( https://clue.engineering/2021/announcing-reactphp-default-loop ) .
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ This project follows [SemVer](https://semver.org/).
3838This will install the latest supported version:
3939
4040``` bash
41- composer require react/datagram:^1.8
41+ composer require react/datagram:^1.9
4242```
4343
4444See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments