From afad1db343c3b8a71af94f9af8bf1bfc29ada7bf Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 11 Jun 2024 02:25:08 +0100 Subject: [PATCH] Update CHANGES.md --- actix-http/CHANGES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index a2c9458b..6c0a3867 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -6,6 +6,10 @@ - Add `error::InvalidStatusCode` re-export. +### Fixed + +- Fix `MessageType::set_headers` not using the correct payload decoder when Transfer-Encoding and Content-Length are absent. + ## 3.7.0 ### Added @@ -59,10 +63,6 @@ - Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency. -### Fixed - -- Fix `MessageType::set_headers` not using the correct payload decoder when Transfer-Encoding and Content-Length are absent. - ## 3.3.1 ### Fixed