Skip to content

Commit 13c259b

Browse files
committed
Prepare v1.9.0 release
1 parent afc1f1d commit 13c259b

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.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

525
A major new feature release, see [**release announcement**](https://clue.engineering/2021/announcing-reactphp-default-loop).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This project follows [SemVer](https://semver.org/).
3838
This 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

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

0 commit comments

Comments
 (0)