From 7c02b510ee3f582c810aeccd3a197b9c2f52ff1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Mon, 4 May 2020 12:17:57 +0200 Subject: [PATCH] Prepare v1.1.1 release --- CHANGELOG.md | 22 ++++++++++++++++++---- README.md | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a7dd3..ac00244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index b5bc907..c79bacf 100644 --- a/README.md +++ b/README.md @@ -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.