Updated changelog to reflect changes to success
Dang it I always forget to do that
This commit is contained in:
parent
71c1ac0fab
commit
57f083b1d0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue