mirror of https://github.com/fafhrd91/actix-web
Less technical wording in CHANGES.
This commit is contained in:
parent
ad77b2d181
commit
4dda8aa17b
|
@ -5,7 +5,7 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Add `from_file` and `from_file_with_config` to `NamedFile` to allow sending files without a known path. #670
|
* Add `from_file` and `from_file_with_config` to `NamedFile` to allow sending files without a known path. #670
|
||||||
* Implement `Responder` for `()` returning 200 with empty body to allow handlers to return a unit.
|
* Support handlers returning `()`. Unit is converted to 200 response with an empty body.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue