From 56a64ca7c092c2fb4f5c077ed89aa9ac57c7fb18 Mon Sep 17 00:00:00 2001 From: Hung-I Wang Date: Wed, 6 Nov 2019 09:35:58 +0800 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 689ab13dd..4bab70f60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ ### Added * Add `Payload::into_inner` method and make stored `def::Payload` public. (#1110) +* Add an additional `filename*` param in `Content-Disposition` headers of `actix_files::NamedFile` to be more compatible. (#1151) ### Changed