From 2442bce8246fa4d17f1fac49540c9a645cf0fcb7 Mon Sep 17 00:00:00 2001 From: Arniu Date: Sat, 29 May 2021 14:17:18 +0800 Subject: [PATCH] Add changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 162f9f61b..1f81d4380 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,9 +13,11 @@ ### Removed * `HttpResponse::take_body` and old `HttpResponse::into_body` method that casted body type. [#2201] +* `FromRequest::Config` was removed [#2200]: https://github.com/actix/actix-web/pull/2200 [#2201]: https://github.com/actix/actix-web/pull/2201 +[#2233]: https://github.com/actix/actix-web/pull/2233 ## 4.0.0-beta.6 - 2021-04-17