From 9c2bc77381cf419909ef2f3ed1b78d0306a376c9 Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Mon, 12 Apr 2021 23:33:26 +0300 Subject: [PATCH] Add changelog entry --- actix-files/CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index eb66e0e07..004479183 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx +* For symbolic links, `Content-Disposition` header no longer shows the filename of the original file. [#2156] + +[#2156]: https://github.com/actix/actix-web/pull/2156 ## 0.6.0-beta.4 - 2021-04-02