From 8ba94715f8094581ecafbbb7f8559a07281d2df2 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 10 Jun 2022 23:08:59 -0400 Subject: [PATCH] update changelog --- actix-http/CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 75c131512..d431ec5f3 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -4,6 +4,11 @@ ### Changed - Minimum supported Rust version (MSRV) is now 1.56 due to transitive `hashbrown` dependency. +### Fixed +- Revert broken fix in [#2624] that caused erroneous 500 error responses. Temporarily re-introduces [#2357] bug. [#2779] + +[#2779]: https://github.com/actix/actix-web/issues/2779 + ## 3.0.4 - 2022-03-09 ### Fixed