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

@ -5,7 +5,6 @@
### Added
* Add `Payload::into_inner` method and make stored `def::Payload` public. (#1110)
* Add an additional `filename*` param in the `Content-Disposition` header of `actix_files::NamedFile` to be more compatible. (#1151)
### Changed