From 65b35a48d71ca011f16b8814297fe339c057fa83 Mon Sep 17 00:00:00 2001 From: panicbit Date: Wed, 18 Nov 2020 21:29:21 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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