From 4dda8aa17b5b4bf480f00a7977d93d78804eeb54 Mon Sep 17 00:00:00 2001 From: boxdot Date: Sat, 16 Feb 2019 14:01:13 +0100 Subject: [PATCH] Less technical wording in CHANGES. --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1c6a7cb88..14cdb18d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ ### Added * 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