File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.0 (2024-04-05)
4
+
5
+ * Feature: Full PHP 8.3 compatibility.
6
+ (#22 by @yadaiio )
7
+
8
+ * Feature: Simplify usage by supporting new [ default loop] ( https://reactphp.org/event-loop/#loop ) .
9
+ (#21 by @PaulRotmann )
10
+
11
+ * Minor documentation improvements.
12
+ (#23 by @yadaiio and #20 by @PaulRotmann )
13
+
3
14
## 1.1.0 (2020-12-06)
4
15
5
16
* Feature: Forward compatibility with stable EventLoop 1.0 and 0.5.
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ This project follows [SemVer](https://semver.org/).
157
157
This will install the latest supported version:
158
158
159
159
``` bash
160
- composer require clue/multicast-react:^1.1
160
+ composer require clue/multicast-react:^1.2
161
161
```
162
162
163
163
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments