1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-07 18:49:39 +00:00

Update CHANGES.md again

This commit is contained in:
Hung-I Wang 2019-11-06 09:50:43 +08:00
parent 56a64ca7c0
commit 42b685134d

View file

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