1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

update files changelog

This commit is contained in:
Rob Ede 2021-04-19 02:11:07 +01:00
parent 26e9c80626
commit 8ffb1f2011
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -1,8 +1,10 @@
# Changes
## Unreleased - 2021-xx-xx
* `NamedFile` now implements `ServiceFactory` and `HttpServiceFactory` making it much more useful in routing. For example, it can be used directly as a default service. [#2135]
* For symbolic links, `Content-Disposition` header no longer shows the filename of the original file. [#2156]
[#2135]: https://github.com/actix/actix-web/pull/2135
[#2156]: https://github.com/actix/actix-web/pull/2156