From 57f083b1d0f59274d38e9bd10e24e491c1fd6cd7 Mon Sep 17 00:00:00 2001 From: Emi Tatsuo Date: Mon, 23 Nov 2020 10:05:47 -0500 Subject: [PATCH] Updated changelog to reflect changes to success Dang it I always forget to do that --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 472fd82..daadfbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `document` API for creating Gemini documents - preliminary timeout API, incl a special case for complex MIMEs by [@Alch-Emi] -- `Response::success_with_body` by [@Alch-Emi] +- `Response::success_*` variants by [@Alch-Emi] - `redirect_temporary_lossy` for `Response` and `ResponseHeader` - `bad_request_lossy` for `Response` and `ResponseHeader` - support for a lot more mime-types in `guess_mime_from_path`, backed by the `mime_guess` crate @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Docments can be converted into responses with std::convert::Into [@Alch-Emi] ### Improved - build time and size by [@Alch-Emi] +### Changed +- `Response::success` now takes a request body [@Alch-Emi] ## [0.3.0] - 2020-11-14 ### Added