diff --git a/CHANGES.md b/CHANGES.md index 0024261fa..2a2e2e414 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,8 +8,6 @@ * 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 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 849839378..6820626f5 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -6,6 +6,9 @@ * Add support for sending HTTP requests with `Rc` in addition to sending HTTP requests with `RequestHead` +* Allow to use `std::convert::Infallible` as `actix_http::error::Error` + + ### Fixed * h2 will use error response #1080