From c7f621fcf9ef6ef01775e0de4fbee8cb032c0f78 Mon Sep 17 00:00:00 2001 From: nWacky Date: Mon, 16 Sep 2019 18:35:00 +0300 Subject: [PATCH] Update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2a2e2e414..0024261fa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,8 @@ * 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