From 0daf01fd3e9c68b143eff299b70d14a0cc52742b Mon Sep 17 00:00:00 2001 From: panicbit Date: Wed, 18 Nov 2020 21:16:14 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daade96..12db361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - `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) ## [0.3.0] - 2020-11-14 ### Added @@ -25,4 +27,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.0] - 2020-11-14 ### Added -- Access to client certificates by [@Alch-Emi](https://github.com/Alch-Emi) \ No newline at end of file +- Access to client certificates by [@Alch-Emi](https://github.com/Alch-Emi)