Document feature in CHANGES.

This commit is contained in:
boxdot 2019-02-16 13:58:48 +01:00
parent 9026679cb7
commit ad77b2d181
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +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.
### Fixed ### Fixed