File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.7.0 (2024-01-05)
4
+
5
+ This is a compatibility release that contains backported features from the v3 branch.
6
+ Once v3 is released, it will be the way forward for this project.
7
+
8
+ * Feature: Forward compatibility with Promise v3.
9
+ (#152 by @clue )
10
+
11
+ * Feature: Full PHP 8.3 compatibility and update test suite.
12
+ (#151 by @clue )
13
+
3
14
## 2.6.0 (2022-05-09)
4
15
5
16
* Feature: Support PHP 8.1 release.
Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ This project follows [SemVer](https://semver.org/).
610
610
This will install the latest supported version:
611
611
612
612
``` bash
613
- $ composer require clue/redis-react:^2.6
613
+ $ composer require clue/redis-react:^2.7
614
614
```
615
615
616
616
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments