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

add files preference for utf8 text responses (#1714)

This commit is contained in:
Rob Ede
2020-10-06 21:56:28 +01:00
committed by GitHub
parent c2c71cc626
commit 26c1a901d9
8 changed files with 177 additions and 41 deletions

View File

@ -1,6 +1,14 @@
# Changes
## [Unreleased] - 2020-xx-xx
* Add `Files::prefer_utf8` option that adds UTF-8 charset on certain response types. [#1714]
[#1714]: https://github.com/actix/actix-web/pull/1714
## [0.3.0] - 2020-09-11
* No significant changes from 0.3.0-beta.1.
## [0.3.0-beta.1] - 2020-07-15
* Update `v_htmlescape` to 0.10