From 64d7f8786ca4e44f875d0538e00e33664b012988 Mon Sep 17 00:00:00 2001 From: Arniu Date: Sat, 29 May 2021 14:24:25 +0800 Subject: [PATCH] Fix changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1f81d4380..4b3f1d7ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,7 +13,7 @@ ### Removed * `HttpResponse::take_body` and old `HttpResponse::into_body` method that casted body type. [#2201] -* `FromRequest::Config` was removed +* `FromRequest::Config` was removed. [#2233] [#2200]: https://github.com/actix/actix-web/pull/2200 [#2201]: https://github.com/actix/actix-web/pull/2201