File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.1.0 (2018-01-01 )
3
+ ## 1.1.1 (2020-05-04 )
4
4
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.
6
18
(#137 by @WyriHaximus )
7
- * Travis: Test against PHP 7.3
19
+
20
+ * Travis: Test against PHP 7.3.
8
21
(#138 by @WyriHaximus )
9
- * Fix: Ignore empty reads
22
+
23
+ * Fix: Ignore empty reads.
10
24
(#139 by @WyriHaximus )
11
25
12
26
## 1.0.0 (2018-07-11)
Original file line number Diff line number Diff line change @@ -1179,7 +1179,7 @@ This project follows [SemVer](https://semver.org/).
1179
1179
This will install the latest supported version:
1180
1180
1181
1181
``` bash
1182
- $ composer require react/stream:^1.0
1182
+ $ composer require react/stream:^1.1.1
1183
1183
```
1184
1184
1185
1185
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments