1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

prepare actox-http release

This commit is contained in:
Nikolay Kim
2019-11-06 10:35:13 -08:00
parent 61b38e8d0d
commit 885ff7396e
5 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.1.7] - 2019-11-06
* Add an additional `filename*` param in the `Content-Disposition` header of `actix_files::NamedFile` to be more compatible. (#1151)
## [0.1.6] - 2019-10-14
* Add option to redirect to a slash-ended path `Files` #1132