From 7c2b5d1e2aa548251bee5865ebc927b8b3b24946 Mon Sep 17 00:00:00 2001 From: kkocdko <31189892+kkocdko@users.noreply.github.com> Date: Sun, 9 Oct 2022 07:40:07 +0800 Subject: [PATCH] Update CHANGES.md --- actix-files/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index eaa7f3637..6e57bf7a7 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -1,7 +1,7 @@ # Changes ## Unreleased - 2022-xx-xx -- Fix xhtml pages' `content-disposition` [#2903]. +- XHTML files now use `Content-Disposition: inline` instead of `attachment`. [#2903] - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. [#2903]: https://github.com/actix/actix-web/pull/2903