File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ This project follows [SemVer](https://semver.org/).
659659This 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
665665See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments