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 11# Changelog
22
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+
314## 1.1.0 (2020-12-06)
415
516* 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/).
157157This will install the latest supported version:
158158
159159``` bash
160- composer require clue/multicast-react:^1.1
160+ composer require clue/multicast-react:^1.2
161161```
162162
163163See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments