update changelog

This commit is contained in:
panicbit 2020-11-18 23:18:50 +01:00
parent f2b27665c2
commit bbf034cf47

View file

@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added ### Added
- `document` API for creating Gemini documents - `document` API for creating Gemini documents
- add preliminary timeout API by [@Alch-Emi](https://github.com/Alch-Emi) - preliminary timeout API by [@Alch-Emi](https://github.com/Alch-Emi)
- `Response::success_with_body` by [@Alch-Emi](https://github.com/Alch-Emi) - `Response::success_with_body` by [@Alch-Emi](https://github.com/Alch-Emi)
- `redirect_temporary_lossy` for `Response` and `ResponseHeader` - `redirect_temporary_lossy` for `Response` and `ResponseHeader`
- `bad_request_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
## [0.3.0] - 2020-11-14 ## [0.3.0] - 2020-11-14
### Added ### Added