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

prepare actix-files release

This commit is contained in:
Nikolay Kim
2019-10-08 10:13:16 +06:00
parent 4de2e8a898
commit a464ffc23d
3 changed files with 14 additions and 17 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [0.1.5] - unreleased
## [0.1.5] - 2019-10-08
* Bump up `mime_guess` crate version to 2.0.1
@ -8,6 +8,7 @@
* Allow user defined request guards for `Files` #1113
## [0.1.4] - 2019-07-20
* Allow to disable `Content-Disposition` header #686