Skip to content

Commit 1967584

Browse files
committed
Prepare v1.2.0 release
1 parent c7845eb commit 1967584

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

512
A major new feature release, see [**release announcement**](https://clue.engineering/2020/announcing-reactphp-http).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

226226
For more details, check out [ReactPHP's homepage](https://reactphp.org) for

0 commit comments

Comments
 (0)