File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0 (2021-07-11)
4+
5+ A major new feature release, see [ ** release announcement** ] ( https://clue.engineering/2021/announcing-reactphp-default-loop ) .
6+
7+ * Feature: Simplify usage by supporting new [ default loop] ( https://reactphp.org/event-loop/#loop ) .
8+ (#445 by @clue )
9+
310## 1.1.0 (2020-07-11)
411
512A major new feature release, see [ ** release announcement** ] ( https://clue.engineering/2020/announcing-reactphp-http ) .
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ installed like this:
220220
221221``` bash
222222# quick protoyping only: install all stable components
223- $ composer require react/react:^1.1
223+ $ composer require react/react:^1.2
224224```
225225
226226For more details, check out [ ReactPHP's homepage] ( https://reactphp.org ) for
You can’t perform that action at this time.
0 commit comments