Skip to content

Commit

Permalink
Prepare v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 4, 2020
1 parent 610aa60 commit 7c02b51
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Changelog

## 1.1.0 (2018-01-01)
## 1.1.1 (2020-05-04)

* Improvement: Increase performance by optimizing global function and constant look ups
* Fix: Fix faulty write buffer behavior when sending large data chunks over TLS (Mac OS X only).
(#150 by @clue)

* Minor code style improvements to fix phpstan analysis warnings and
add `.gitattributes` to exclude dev files from exports.
(#140 by @flow-control and #144 by @reedy)

* Improve test suite to run tests on PHP 7.4 and simplify test matrix.
(#147 by @clue)

## 1.1.0 (2019-01-01)

* Improvement: Increase performance by optimizing global function and constant look ups.
(#137 by @WyriHaximus)
* Travis: Test against PHP 7.3

* Travis: Test against PHP 7.3.
(#138 by @WyriHaximus)
* Fix: Ignore empty reads

* Fix: Ignore empty reads.
(#139 by @WyriHaximus)

## 1.0.0 (2018-07-11)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/stream:^1.0
$ composer require react/stream:^1.1.1
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down

0 comments on commit 7c02b51

Please sign in to comment.