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 1
1
# Changelog
2
2
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
+
3
17
## 1.3.0 (2020-10-16)
4
18
5
19
* 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/).
659
659
This will install the latest supported version:
660
660
661
661
``` bash
662
- composer require clue/reactphp-flux:^1.3
662
+ composer require clue/reactphp-flux:^1.4
663
663
```
664
664
665
665
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments