8000 Prepare v1.1.1 release · reactphp/stream@7c02b51 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c02b51

Browse files
committed
Prepare v1.1.1 release
1 parent 610aa60 commit 7c02b51

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
# Changelog
22

3-
## 1.1.0 (2018-01-01)
3+
## 1.1.1 (2020-05-04)
44

5-
* Improvement: Increase performance by optimizing global function and constant look ups
5+
* Fix: Fix faulty write buffer behavior when sending large data chunks over TLS (Mac OS X only).
6+
(#150 by @clue)
7+
8+
* Minor code style improvements to fix phpstan analysis warnings and
9+
add `.gitattributes` to exclude dev files from exports.
10+
(#140 by @flow-control and #144 by @reedy)
11+
12+
* Improve test suite to run tests on PHP 7.4 and simplify test matrix.
13+
(#147 by @clue)
14+
15+
## 1.1.0 (2019-01-01)
16+
17+
* Improvement: Increase performance by optimizing global function and constant look ups.
618
(#137 by @WyriHaximus)
7-
* Travis: Test against PHP 7.3
19+
20+
* Travis: Test against PHP 7.3.
821
(#138 by @WyriHaximus)
9-
* Fix: Ignore empty reads
22+
23+
* Fix: Ignore empty reads.
1024
(#139 by @WyriHaximus)
1125

1226
## 1.0.0 (2018-07-11)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ This project follows [SemVer](https://semver.org/).
11791179
This will install the latest supported version:
11801180

11811181
```bash
1182-
$ composer require react/stream:^1.0
1182+
$ composer require react/stream:^1.1.1
11831183
```
11841184

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

0 commit comments

Comments
 (0)
0