From c83ba95ac41e8b53942c9ebd914a48c2ac8df142 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Thu, 16 Nov 2023 16:20:53 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a68e98f8..f57368c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 2.9.0 + +## Fixed + * Broken rustls dep (introduced new function in patch version) (#677) + * Doc and test fixes (#670, #673, #674) + +## Added + * Upgraded http dep to 1.0 + * http_interop to not require utf-8 headers (#672) + * http_interop implement conversion for `http::request::Parts` (#669) + # 2.8.0 ## Fixed