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

Enable compression support for NamedFile

This commit is contained in:
Nikolay Kim
2018-03-05 13:31:30 -08:00
parent b282ec106e
commit c8844425ad
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## 0.4.5 (2018-03-xx)
* Enable compression support for `NamedFile`
* Add `ResponseError` impl for `SendRequestError`.
This improves ergonomics of http client.