This commit is contained in:
Sean McArthur
2017-10-02 15:46:09 -07:00
parent e8d6173734
commit c2fd47f211
3 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
### v0.11.5 (2017-10-02)
#### Bug Fixes
* **http:** avoid infinite recursion when Body::from is called with Cow::Owned. (#1343) ([e8d61737](https://github.com/hyperium/hyper/commit/e8d6173734b0fb43bf7401fdbe43258d913a6284))
### v0.11.4 (2017-09-28)