diff --git a/CHANGELOG.md b/CHANGELOG.md index 12db361..90aaf79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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