Update actix_http::changelog

This commit is contained in:
nWacky 2019-09-16 18:42:21 +03:00
parent c7f621fcf9
commit 4b263c9e54
2 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,6 @@
* Allow to re-construct `ServiceRequest` from `HttpRequest` and `Payload` * Allow to re-construct `ServiceRequest` from `HttpRequest` and `Payload`
* Allow to use `std::convert::Infallible` as `actix_http::error::Error`
## [1.0.7] - 2019-08-29 ## [1.0.7] - 2019-08-29

View File

@ -6,6 +6,9 @@
* Add support for sending HTTP requests with `Rc<RequestHead>` in addition to sending HTTP requests with `RequestHead` * Add support for sending HTTP requests with `Rc<RequestHead>` in addition to sending HTTP requests with `RequestHead`
* Allow to use `std::convert::Infallible` as `actix_http::error::Error`
### Fixed ### Fixed
* h2 will use error response #1080 * h2 will use error response #1080