We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7108b38 commit 32f0eb3Copy full SHA for 32f0eb3
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.7.2 (2017-07-04)
4
+
5
+* Fix: Stricter check for invalid request-line in HTTP requests
6
+ (#206 by @clue)
7
8
+* Refactor to use HTTP response reason phrases from response object
9
+ (#205 by @clue)
10
11
## 0.7.1 (2017-06-17)
12
13
* Fix: Fix parsing CONNECT request without `Host` header
README.md
@@ -659,7 +659,7 @@ The recommended way to install this library is [through Composer](http://getcomp
659
This will install the latest supported version:
660
661
```bash
662
-$ composer require react/http:^0.7.1
+$ composer require react/http:^0.7.2
663
```
664
665
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments