update changelog

This commit is contained in:
panicbit 2020-11-18 21:29:21 +01:00
parent 931c3fbbc2
commit 65b35a48d7
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `document` API for creating Gemini documents
- add preliminary timeout API 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`
- `bad_request_lossy` for `Response` and `ResponseHeader`
## [0.3.0] - 2020-11-14
### Added