Skip to content

Commit 7789579

Browse files
committed
Prepare v1.4.0 release
1 parent 8c84258 commit 7789579

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.4.0 (2023-04-21)
4+
5+
* Feature: Forward compatibility with upcoming Promise v3.
6+
(#26 by @clue)
7+
8+
* Feature: Full support for PHP 8.2 and update test environment.
9+
(#25 by @clue)
10+
11+
* Update documentation and simplify examples by updating to new default loop.
12+
(#23 and #24 by @PaulRotmann)
13+
14+
* Improve test suite, ensure 100% code coverage and use GitHub actions for continuous integration (CI).
15+
(#21 and #27 by @clue)
16+
317
## 1.3.0 (2020-10-16)
418

519
* Enhanced documentation for ReactPHP's new HTTP client.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ This project follows [SemVer](https://semver.org/).
659659
This will install the latest supported version:
660660

661661
```bash
662-
composer require clue/reactphp-flux:^1.3
662+
composer require clue/reactphp-flux:^1.4
663663
```
664664

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

0 commit comments

Comments
 (0)