From 4b263c9e54a52c9ff01f1eb09a57d7f711252907 Mon Sep 17 00:00:00 2001 From: nWacky Date: Mon, 16 Sep 2019 18:42:21 +0300 Subject: [PATCH] Update actix_http::changelog --- CHANGES.md | 2 -- actix-http/CHANGES.md | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) 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