Skip to content

Commit 527e5cc

Browse files
committed
Prepare v1.1.0 release
1 parent f73b170 commit 527e5cc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.1.0 (2020-07-11)
4+
5+
A major new feature release, see [**release announcement**](https://clue.engineering/2020/announcing-reactphp-http).
6+
7+
* Feature: Add event-driven, streaming HTTP client and server implementation via [`react/http`](https://reactphp.org/http/).
8+
(#440 by @clue)
9+
10+
* Update documentation to link to project meta repo and link to our official Gitter chat room.
11+
(#432 and #433 by @clue)
12+
13+
* Improve test suite to run tests on PHP 7.4 and add `.gitattributes` to exclude dev files from exports.
14+
(#434 by @reedy and #439 by @clue)
15+
316
## 1.0.0 (2019-07-11)
417

518
* First stable LTS release, now following [SemVer](https://semver.org/).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ installed like this:
201201

202202
```bash
203203
# quick protoyping only: install all stable components
204-
$ composer require react/react:^1.0
204+
$ composer require react/react:^1.1
205205
```
206206

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

0 commit comments

Comments
 (0)