File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.1 (2017-06-17)
4+
5+ * Fix: Fix parsing CONNECT request without ` Host ` header
6+ (#201 by @clue )
7+
8+ * Internal preparation for future PSR-7 ` UploadedFileInterface `
9+ (#199 by @WyriHaximus )
10+
311## 0.7.0 (2017-05-29)
412
513* Feature / BC break: Use PSR-7 (http-message) standard and
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ The recommended way to install this library is [through Composer](http://getcomp
659659This will install the latest supported version:
660660
661661``` bash
662- $ composer require react/http:^0.7
662+ $ composer require react/http:^0.7.1
663663```
664664
665665More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments