1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

improve docs for Files::new

This commit is contained in:
Rob Ede
2020-11-24 20:23:09 +00:00
parent 5af46775b8
commit f1a9b45437
2 changed files with 23 additions and 7 deletions

View File

@ -3,6 +3,10 @@
## Unreleased - 2020-xx-xx
## 0.4.1 - 2020-11-24
* Clarify order of parameters in `Files::new` and improve docs.
## 0.4.0 - 2020-10-06
* Add `Files::prefer_utf8` option that adds UTF-8 charset on certain response types. [#1714]